com.filenet.api.admin
Interface SnapLockFixedContentDevice

All Superinterfaces:
EngineObject, FixedContentDevice, IndependentlyPersistableObject, IndependentObject, java.io.Serializable

public interface SnapLockFixedContentDevice
extends FixedContentDevice

Represents the description of a NetApp SnapLock fixed content device.

Metadata

Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: false
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: FixedContentDevice


Method Summary
 java.lang.Integer get_DefaultRetentionDays()
          Returns the value of the DefaultRetentionDays property.
 java.lang.String get_DeviceAddress()
          Returns the value of the DeviceAddress property.
 java.lang.String get_DeviceRootDirectory()
          Returns the value of the DeviceRootDirectory property.
 DirectoryStructure get_DirectoryStructure()
          Returns the value of the DirectoryStructure property.
 java.lang.Integer get_MaximumRetentionDays()
          Returns the value of the MaximumRetentionDays property.
 java.lang.Integer get_MinimumRetentionDays()
          Returns the value of the MinimumRetentionDays property.
 java.lang.String get_RootDirectoryPath()
          Returns the value of the RootDirectoryPath property.
 byte[] get_SnapLockPassword()
          Returns the value of the SnapLockPassword property.
 java.lang.String get_SnapLockUserName()
          Returns the value of the SnapLockUserName property.
 void set_DefaultRetentionDays(java.lang.Integer value)
          Sets the value of the DefaultRetentionDays property.
 void set_DeviceAddress(java.lang.String value)
          Sets the value of the DeviceAddress property.
 void set_DeviceRootDirectory(java.lang.String value)
          Sets the value of the DeviceRootDirectory property.
 void set_DirectoryStructure(DirectoryStructure value)
          Sets the value of the DirectoryStructure property.
 void set_MaximumRetentionDays(java.lang.Integer value)
          Sets the value of the MaximumRetentionDays property.
 void set_MinimumRetentionDays(java.lang.Integer value)
          Sets the value of the MinimumRetentionDays property.
 void set_RootDirectoryPath(java.lang.String value)
          Sets the value of the RootDirectoryPath property.
 void set_SnapLockPassword(byte[] value)
          Sets the value of the SnapLockPassword property.
 void set_SnapLockUserName(java.lang.String value)
          Sets the value of the SnapLockUserName property.
 
Methods inherited from interface com.filenet.api.admin.FixedContentDevice
get_Creator, get_DateCreated, get_DateLastModified, get_DescriptiveText, get_DisplayName, get_FcpPoolIdleTimeoutSeconds, get_FcpPoolMaxInUse, get_FcpPoolMaxWaitSeconds, get_FcpPoolPreferredSize, get_Id, get_ImplementationClass, get_LastModifier, get_SiteSettings, get_VendorName, set_Creator, set_DateCreated, set_DateLastModified, set_DescriptiveText, set_DisplayName, set_FcpPoolIdleTimeoutSeconds, set_FcpPoolMaxInUse, set_FcpPoolMaxWaitSeconds, set_FcpPoolPreferredSize, set_ImplementationClass, set_LastModifier, set_SiteSettings, set_VendorName
 
Methods inherited from interface com.filenet.api.core.IndependentlyPersistableObject
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber
 
Methods inherited from interface com.filenet.api.core.IndependentObject
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
 
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
 

Method Detail

get_RootDirectoryPath

java.lang.String get_RootDirectoryPath()
Returns the value of the RootDirectoryPath property. For more information, see RootDirectoryPath Property.


set_RootDirectoryPath

void set_RootDirectoryPath(java.lang.String value)
Sets the value of the RootDirectoryPath property. For more information, see RootDirectoryPath Property.


get_DirectoryStructure

DirectoryStructure get_DirectoryStructure()
Returns the value of the DirectoryStructure property. For more information, see DirectoryStructure Property.


set_DirectoryStructure

void set_DirectoryStructure(DirectoryStructure value)
Sets the value of the DirectoryStructure property. For more information, see DirectoryStructure Property.


get_SnapLockUserName

java.lang.String get_SnapLockUserName()
Returns the value of the SnapLockUserName property. For more information, see SnapLockUserName Property.


set_SnapLockUserName

void set_SnapLockUserName(java.lang.String value)
Sets the value of the SnapLockUserName property. For more information, see SnapLockUserName Property.


get_SnapLockPassword

byte[] get_SnapLockPassword()
Returns the value of the SnapLockPassword property. For more information, see SnapLockPassword Property.


set_SnapLockPassword

void set_SnapLockPassword(byte[] value)
Sets the value of the SnapLockPassword property. For more information, see SnapLockPassword Property.


get_DeviceAddress

java.lang.String get_DeviceAddress()
Returns the value of the DeviceAddress property. For more information, see DeviceAddress Property.


set_DeviceAddress

void set_DeviceAddress(java.lang.String value)
Sets the value of the DeviceAddress property. For more information, see DeviceAddress Property.


get_DeviceRootDirectory

java.lang.String get_DeviceRootDirectory()
Returns the value of the DeviceRootDirectory property. For more information, see DeviceRootDirectory Property.


set_DeviceRootDirectory

void set_DeviceRootDirectory(java.lang.String value)
Sets the value of the DeviceRootDirectory property. For more information, see DeviceRootDirectory Property.


get_DefaultRetentionDays

java.lang.Integer get_DefaultRetentionDays()
Returns the value of the DefaultRetentionDays property. For more information, see DefaultRetentionDays Property.


set_DefaultRetentionDays

void set_DefaultRetentionDays(java.lang.Integer value)
Sets the value of the DefaultRetentionDays property. For more information, see DefaultRetentionDays Property.


get_MinimumRetentionDays

java.lang.Integer get_MinimumRetentionDays()
Returns the value of the MinimumRetentionDays property. For more information, see MinimumRetentionDays Property.


set_MinimumRetentionDays

void set_MinimumRetentionDays(java.lang.Integer value)
Sets the value of the MinimumRetentionDays property. For more information, see MinimumRetentionDays Property.


get_MaximumRetentionDays

java.lang.Integer get_MaximumRetentionDays()
Returns the value of the MaximumRetentionDays property. For more information, see MaximumRetentionDays Property.


set_MaximumRetentionDays

void set_MaximumRetentionDays(java.lang.Integer value)
Sets the value of the MaximumRetentionDays property. For more information, see MaximumRetentionDays Property.



© Copyright IBM Corporation 2006, 2009. All rights reserved.