com.filenet.api.admin
Interface GenericFixedContentDevice
-
- All Superinterfaces:
- EngineObject, FixedContentDevice, IndependentlyPersistableObject, IndependentObject, java.io.Serializable
public interface GenericFixedContentDevice extends FixedContentDevice
Represents the description of a generic fixed content device. TheGenericFixedContentDeviceobject provides an extensible mechanism for implementing interfaces to fixed content devices not currently supported by IBM®. The ConfigurationParameters property provides the set of parameters that will be passed to a custom implementation of a fixed content provider used to connect to the fixed content device. Note that there is no fixed format for the ConfigurationParameters property, other than it must be a string that the custom implementation of the fixed content provider can understand and parse.Metadata
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.Stringget_ConfigurationParameters()Returns the value of the ConfigurationParameters property.byte[]get_DevicePassword()Returns the value of the DevicePassword property.voidset_ConfigurationParameters(java.lang.String value)Sets the value of the ConfigurationParameters property.voidset_DevicePassword(byte[] value)Sets the value of the DevicePassword 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_ConfigurationParameters
java.lang.String get_ConfigurationParameters()
Returns the value of the ConfigurationParameters property. For more information, see ConfigurationParameters Property.
-
set_ConfigurationParameters
void set_ConfigurationParameters(java.lang.String value)
Sets the value of the ConfigurationParameters property. For more information, see ConfigurationParameters 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.
-
-