com.novell.admin.ns.fs.nw
Class DeletedFileInfoFacade

java.lang.Object
  |
  +--com.novell.admin.ns.ValueListFacade
        |
        +--com.novell.admin.ns.fs.nw.DeletedFileInfoFacade

public class DeletedFileInfoFacade
extends ValueListFacade

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

DeletedFileInfoFacade

public DeletedFileInfoFacade(ValueList comp)
                      throws IncompatibleComponentException
Facade constructor
Parameters:
valueList - The ValueList which represents the Volume Information data.
Throws:
IncompatibleComponentException - if the 'valueList' syntax is not NWFSSyntax.SYN_DEL_FILE_INFO.
Method Detail

createValueList

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)
File System Deleted File Information ValueList factory.
Parameters:
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.
Returns:
A new Volume information ValueList.

getParent

public long getParent()
Retrieve the Parent from the valuelist.
Returns:
The Deleted File parent.

getAttributes

public long getAttributes()
Retrieve the attributes from the valuelist.
Returns:
The Deleted File attributes.

getUniqueID

public long getUniqueID()
Retrieve the uniqueID from the valuelist.
Returns:
The Deleted File uniqueID.

getFlags

public long getFlags()
Retrieve the flags from the valuelist.
Returns:
The Deleted File flags.

getNameSpace

public long getNameSpace()
Retrieve the nameSpace from the valuelist.
Returns:
The Deleted File nameSpace.

getName

public java.lang.String getName()
Retrieve the name from the valuelist.
Returns:
The Deleted File name.

getCreationDateAndTime

public java.util.Date getCreationDateAndTime()
Retrieve the creationDateAndTime from the valuelist.
Returns:
The Deleted File creationDateAndTime.

getOwnerID

public long getOwnerID()
Retrieve the ownerID from the valuelist.
Returns:
The Deleted File ownerID.

getLastArchiveDateAndTime

public java.util.Date getLastArchiveDateAndTime()
Retrieve the lastArchiveDateAndTime from the valuelist.
Returns:
The Deleted File lastArchiveDateAndTime.

getLastArchiverID

public long getLastArchiverID()
Retrieve the lastArchiverID from the valuelist.
Returns:
The Deleted File lastArchiverID.

getUpdateDateAndTime

public java.util.Date getUpdateDateAndTime()
Retrieve the updateDateAndTime from the valuelist.
Returns:
The Deleted File updateDateAndTime.

getUpdatorID

public long getUpdatorID()
Retrieve the updatorID from the valuelist.
Returns:
The Deleted File updatorID.

getFileSize

public long getFileSize()
Retrieve the fileSize from the valuelist.
Returns:
The Deleted File fileSize.

getInheritedRightsMask

public long getInheritedRightsMask()
Retrieve the inheritedRightsMask from the valuelist.
Returns:
The Deleted File inheritedRightsMask.

getLastAccessDate

public java.util.Date getLastAccessDate()
Retrieve the lastAccessDate from the valuelist.
Returns:
The Deleted File lastAccessDate.

getDeletedTime

public long getDeletedTime()
Retrieve the deletedTime from the valuelist.
Returns:
The Deleted File deletedTime.

getDeletedDateAndTime

public java.util.Date getDeletedDateAndTime()
Retrieve the deletedDateAndTime from the valuelist.
Returns:
The Deleted File deletedDateAndTime.

getDeletorID

public long getDeletorID()
Retrieve the deletorID from the valuelist.
Returns:
The Deleted File deletorID.

getDeletor

public java.lang.String getDeletor()
Retrieve the deletor from the valuelist.
Returns:
The Deleted File deletor.


API Documentation Copyright © 1998-2003 Novell, Inc. All rights reserved.
ConsoleOne is a registered trademark of Novell Inc.
Generated December 9 2003 1727.