|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.novell.admin.ns.ValueListFacade
|
+--com.novell.admin.ns.fs.nw.DeletedFileInfoFacade
Facade for File System Deleted File Information syntax.
| Fields inherited from class com.novell.admin.ns.ValueListFacade |
valueList |
| Constructor Summary | |
DeletedFileInfoFacade(ValueList comp)
Facade constructor |
|
| Method Summary | |
static ValueList |
createValueList(long parent,
long attributes,
long uniqueID,
long flags,
long nameSpace,
java.lang.String name,
long creationDateAndTime,
long ownerID,
long lastArchiveDateAndTime,
long lastArchiverID,
long updateDateAndTime,
long updatorID,
long fileSize,
long inheritedRightsMask,
long lastAccessDate,
long deletedTime,
long deletedDateAndTime,
long deletorID,
java.lang.String deletor)
File System Deleted File Information ValueList factory. |
long |
getAttributes()
Retrieve the attributes from the valuelist. |
java.util.Date |
getCreationDateAndTime()
Retrieve the creationDateAndTime from the valuelist. |
java.util.Date |
getDeletedDateAndTime()
Retrieve the deletedDateAndTime from the valuelist. |
long |
getDeletedTime()
Retrieve the deletedTime from the valuelist. |
java.lang.String |
getDeletor()
Retrieve the deletor from the valuelist. |
long |
getDeletorID()
Retrieve the deletorID from the valuelist. |
long |
getFileSize()
Retrieve the fileSize from the valuelist. |
long |
getFlags()
Retrieve the flags from the valuelist. |
long |
getInheritedRightsMask()
Retrieve the inheritedRightsMask from the valuelist. |
java.util.Date |
getLastAccessDate()
Retrieve the lastAccessDate from the valuelist. |
java.util.Date |
getLastArchiveDateAndTime()
Retrieve the lastArchiveDateAndTime from the valuelist. |
long |
getLastArchiverID()
Retrieve the lastArchiverID from the valuelist. |
java.lang.String |
getName()
Retrieve the name from the valuelist. |
long |
getNameSpace()
Retrieve the nameSpace from the valuelist. |
long |
getOwnerID()
Retrieve the ownerID from the valuelist. |
long |
getParent()
Retrieve the Parent from the valuelist. |
long |
getUniqueID()
Retrieve the uniqueID from the valuelist. |
java.util.Date |
getUpdateDateAndTime()
Retrieve the updateDateAndTime from the valuelist. |
long |
getUpdatorID()
Retrieve the updatorID from the valuelist. |
| Methods inherited from class com.novell.admin.ns.ValueListFacade |
getValueList,
replaceBooleanValue,
replaceHexValue,
replaceLongValue,
replaceStringValue,
replaceValueList |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public DeletedFileInfoFacade(ValueList comp)
throws IncompatibleComponentException
valueList - The ValueList which represents the Volume Information
data.| Method Detail |
public static ValueList createValueList(long parent,
long attributes,
long uniqueID,
long flags,
long nameSpace,
java.lang.String name,
long creationDateAndTime,
long ownerID,
long lastArchiveDateAndTime,
long lastArchiverID,
long updateDateAndTime,
long updatorID,
long fileSize,
long inheritedRightsMask,
long lastAccessDate,
long deletedTime,
long deletedDateAndTime,
long deletorID,
java.lang.String deletor)
parent - Refer to Deleted File Information Specification.attributes - Refer to Deleted File Information Specification.uniqueID - Refer to Deleted File Information Specification.flags - Refer to Deleted File Information Specification.nameSpace - Refer to Deleted File Information Specification.name - Refer to Deleted File Information Specification.ownerID - Refer to Deleted File Information Specification.lastArchiveDateAndTime - Refer to Deleted File Information Specification.lastArchiverID - Refer to Deleted File Information Specification.updateDateAndTime - Refer to Deleted File Information Specification.updatorID - Refer to Deleted File Information Specification.fileSize - Refer to Deleted File Information Specification.inheritedRightsMask - Refer to Deleted File Information Specification.lastAccessDate - Refer to Deleted File Information Specification.deletedTime - Refer to Deleted File Information Specification.deletedDateAndTime - Refer to Deleted File Information Specification.deletorID - Refer to Deleted File Information Specification.public long getParent()
public long getAttributes()
public long getUniqueID()
public long getFlags()
public long getNameSpace()
public java.lang.String getName()
public java.util.Date getCreationDateAndTime()
public long getOwnerID()
public java.util.Date getLastArchiveDateAndTime()
public long getLastArchiverID()
public java.util.Date getUpdateDateAndTime()
public long getUpdatorID()
public long getFileSize()
public long getInheritedRightsMask()
public java.util.Date getLastAccessDate()
public long getDeletedTime()
public java.util.Date getDeletedDateAndTime()
public long getDeletorID()
public java.lang.String getDeletor()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||