com.filenet.api.admin
Interface CmIsilonFixedContentDevice
-
- All Superinterfaces:
- EngineObject, FixedContentDevice, IndependentlyPersistableObject, IndependentObject, java.io.Serializable
public interface CmIsilonFixedContentDevice extends FixedContentDevice
Represents the description of a EMC Isilon fixed content device.Metadata
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.Stringget_DeviceConnectionURL()Returns the value of the DeviceConnectionURL property.byte[]get_DevicePassword()Returns the value of the DevicePassword property.java.lang.Stringget_DeviceUserName()Returns the value of the DeviceUserName property.DirectoryStructureget_DirectoryStructure()Returns the value of the DirectoryStructure property.java.lang.Integerget_HttpMaxConnections()Returns the value of the HttpMaxConnections property.java.lang.Booleanget_HttpsCertValidationEnabled()Returns the value of the HttpsCertValidationEnabled property.java.lang.Integerget_RetrievalTimeout()Returns the value of the RetrievalTimeout property.voidset_DeviceConnectionURL(java.lang.String value)Sets the value of the DeviceConnectionURL property.voidset_DevicePassword(byte[] value)Sets the value of the DevicePassword property.voidset_DeviceUserName(java.lang.String value)Sets the value of the DeviceUserName property.voidset_DirectoryStructure(DirectoryStructure value)Sets the value of the DirectoryStructure property.voidset_HttpMaxConnections(java.lang.Integer value)Sets the value of the HttpMaxConnections property.voidset_HttpsCertValidationEnabled(java.lang.Boolean value)Sets the value of the HttpsCertValidationEnabled property.voidset_RetrievalTimeout(java.lang.Integer value)Sets the value of the RetrievalTimeout 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_DeviceConnectionURL
java.lang.String get_DeviceConnectionURL()
Returns the value of the DeviceConnectionURL property. For more information, see DeviceConnectionURL Property.
-
set_DeviceConnectionURL
void set_DeviceConnectionURL(java.lang.String value)
Sets the value of the DeviceConnectionURL property. For more information, see DeviceConnectionURL 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_DeviceUserName
java.lang.String get_DeviceUserName()
Returns the value of the DeviceUserName property. For more information, see DeviceUserName Property.
-
set_DeviceUserName
void set_DeviceUserName(java.lang.String value)
Sets the value of the DeviceUserName property. For more information, see DeviceUserName Property.
-
get_DevicePassword
byte[] get_DevicePassword()
Returns the value of the DevicePassword property. For more information, see DevicePassword Property.
-
set_DevicePassword
void set_DevicePassword(byte[] value)
Sets the value of the DevicePassword property. For more information, see DevicePassword Property.
-
get_HttpMaxConnections
java.lang.Integer get_HttpMaxConnections()
Returns the value of the HttpMaxConnections property. For more information, see HttpMaxConnections Property.
-
set_HttpMaxConnections
void set_HttpMaxConnections(java.lang.Integer value)
Sets the value of the HttpMaxConnections property. For more information, see HttpMaxConnections Property.
-
get_RetrievalTimeout
java.lang.Integer get_RetrievalTimeout()
Returns the value of the RetrievalTimeout property. For more information, see RetrievalTimeout Property.
-
set_RetrievalTimeout
void set_RetrievalTimeout(java.lang.Integer value)
Sets the value of the RetrievalTimeout property. For more information, see RetrievalTimeout Property.
-
get_HttpsCertValidationEnabled
java.lang.Boolean get_HttpsCertValidationEnabled()
Returns the value of the HttpsCertValidationEnabled property. For more information, see HttpsCertValidationEnabled Property.
-
set_HttpsCertValidationEnabled
void set_HttpsCertValidationEnabled(java.lang.Boolean value)
Sets the value of the HttpsCertValidationEnabled property. For more information, see HttpsCertValidationEnabled Property.
-
-