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. The GenericFixedContentDevice
object provides an extensible mechanism for implementing interfaces to fixed content devices not currently
supported by FileNet. 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). This object
is for future use only and is not currently supported by FileNet.
Metadata
Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: false
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: FixedContentDevice
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 |
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.
© Copyright IBM Corporation 2006, 2008. All rights reserved.