-
Packages that use CmAdvancedStorageArea Package Description 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.sweep Provides classes and interfaces for the sweep framework, a background service that visits a specified class and processes the instances that meet a specified criteria. -
-
Uses of CmAdvancedStorageArea in com.filenet.api.core
Methods in com.filenet.api.core that return CmAdvancedStorageArea Modifier and Type Method and Description static CmAdvancedStorageAreaFactory.CmAdvancedStorageArea. createInstance(ObjectStore os, java.lang.String classId)Creates a new instance of the subclassableCmAdvancedStorageAreaclass to be persisted in the specified object store.static CmAdvancedStorageAreaFactory.CmAdvancedStorageArea. createInstance(ObjectStore os, java.lang.String classId, Id id)Creates a new instance of the subclassableCmAdvancedStorageAreaclass to be persisted in the specified object store.static CmAdvancedStorageAreaFactory.CmAdvancedStorageArea. fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)Retrieves an object of theCmAdvancedStorageAreaclass by the specified object ID from the specified object store.static CmAdvancedStorageAreaFactory.CmAdvancedStorageArea. getInstance(ObjectStore os, java.lang.String className, Id objectId)Constructs an instance of the subclassableCmAdvancedStorageAreaclass from the specified object store. -
Uses of CmAdvancedStorageArea in com.filenet.api.sweep
Methods in com.filenet.api.sweep that return CmAdvancedStorageArea Modifier and Type Method and Description CmAdvancedStorageAreaCmContentReplicationQueueEntry. get_StorageArea()Returns the value of the StorageArea property.CmAdvancedStorageAreaCmContentDeletionQueueEntry. get_StorageArea()Returns the value of the StorageArea property.CmAdvancedStorageAreaCmContentBackoutQueueEntry. get_StorageArea()Returns the value of the StorageArea property.
-