-
Packages that use StorageArea 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.events Provides interfaces that represent events triggered on Content Engine objects, as well as interfaces that allow you to extend Content Engine functionality and invoke it through the event mechanism. -
-
Uses of StorageArea in com.filenet.api.admin
Subinterfaces of StorageArea in com.filenet.api.admin Modifier and Type Interface and Description interfaceCmAdvancedStorageAreaA storage area supporting these underlying advanced storage devices: OpenStack cloud storage and file system storage.interfaceDatabaseStorageAreaRepresents a storage area for content elements stored in the database.interfaceFileStorageAreaRepresents a storage area for content elements stored in the file system.interfaceFixedStorageAreaRepresents a storage area for content elements stored in a fixed content device. -
Uses of StorageArea in com.filenet.api.core
Methods in com.filenet.api.core that return StorageArea Modifier and Type Method and Description static StorageAreaFactory.StorageArea. fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)Retrieves an object of theStorageAreaclass by the specified object ID from the specified object store.StorageAreaDocument. get_StorageArea()Returns the value of the StorageArea property.StorageAreaAnnotation. get_StorageArea()Returns the value of the StorageArea property.static StorageAreaFactory.StorageArea. getInstance(ObjectStore os, Id objectId)Constructs an instance of theStorageAreaclass from the specified object store.Methods in com.filenet.api.core with parameters of type StorageArea Modifier and Type Method and Description voidVersionSeries. moveContent(StorageArea storageArea)Moves the content data of an object to a new storage area.voidDocument. moveContent(StorageArea storageArea)Moves the content data of an object to a new storage area.voidAnnotation. moveContent(StorageArea storageArea)Moves the content data of an object to a new storage area.voidDocument. set_StorageArea(StorageArea value)Sets the value of the StorageArea property.voidAnnotation. set_StorageArea(StorageArea value)Sets the value of the StorageArea property. -
Uses of StorageArea in com.filenet.api.events
Methods in com.filenet.api.events that return StorageArea Modifier and Type Method and Description StorageAreaCmMoveContentEvent. get_CmSourceStorageArea()Returns the value of the CmSourceStorageArea property.StorageAreaCmMoveContentEvent. get_CmTargetStorageArea()Returns the value of the CmTargetStorageArea property.
-