-
Packages that use CmStorageDevice Package Description com.filenet.api.admin Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server.com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such asEntireNetwork,Domain,Document,Folder, and so on.com.filenet.api.engine Provides interfaces and classes related to EventActions and other non-FileNet code which runs within the Content Engine itself. -
-
Uses of CmStorageDevice in com.filenet.api.admin
Subinterfaces of CmStorageDevice in com.filenet.api.admin Modifier and Type Interface and Description interfaceCmAzureBlobStorageDeviceinterfaceCmCustomStorageDeviceThis class is not supported.interfaceCmFileSystemStorageDeviceRepresents an advanced storage device that stores content in a file system.interfaceCmOpenStackStorageDeviceRepresents an advanced storage device available through an OpenStack-conformant object storage service.interfaceCmS3StorageDeviceRepresents an advanced storage device available through an S3-conformant object storage service.interfaceCmSecuredStorageDeviceThis class is not supported.Methods in com.filenet.api.admin that return CmStorageDevice Modifier and Type Method and Description CmStorageDeviceCmStorageDeviceConnection. get_StorageDevice()Returns the value of the StorageDevice property.Methods in com.filenet.api.admin with parameters of type CmStorageDevice Modifier and Type Method and Description voidCmStorageDeviceConnection. set_StorageDevice(CmStorageDevice value)Sets the value of the StorageDevice property. -
Uses of CmStorageDevice in com.filenet.api.core
Methods in com.filenet.api.core that return CmStorageDevice Modifier and Type Method and Description static CmStorageDeviceFactory.CmStorageDevice. fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)Retrieves an object of theCmStorageDeviceclass by the specified object ID from the specified object store.static CmStorageDeviceFactory.CmStorageDevice. getInstance(ObjectStore os, java.lang.String className, Id objectId)Constructs an instance of the subclassableCmStorageDeviceclass from the specified object store. -
Uses of CmStorageDevice in com.filenet.api.engine
Methods in com.filenet.api.engine with parameters of type CmStorageDevice Modifier and Type Method and Description voidStorageDeviceHandler. load(CmStorageDevice configuration)Load and initialize the handler instance without attempting to access the media of the device.
-