-
Packages that use StoragePolicy 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 StoragePolicy in com.filenet.api.core
Methods in com.filenet.api.core that return StoragePolicy Modifier and Type Method and Description static StoragePolicyFactory.StoragePolicy. createInstance(ObjectStore os)Creates a new instance of theStoragePolicyclass to be persisted in the specified object store.static StoragePolicyFactory.StoragePolicy. createInstance(ObjectStore os, Id id)Creates a new instance of theStoragePolicyclass to be persisted in the specified object store.static StoragePolicyFactory.StoragePolicy. fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)Retrieves an object of theStoragePolicyclass by the specified object ID from the specified object store.StoragePolicyDocument. get_StoragePolicy()Returns the value of the StoragePolicy property.StoragePolicyAnnotation. get_StoragePolicy()Returns the value of the StoragePolicy property.static StoragePolicyFactory.StoragePolicy. getInstance(ObjectStore os, Id objectId)Constructs an instance of theStoragePolicyclass from the specified object store.Methods in com.filenet.api.core with parameters of type StoragePolicy Modifier and Type Method and Description voidDocument. set_StoragePolicy(StoragePolicy value)Sets the value of the StoragePolicy property.voidAnnotation. set_StoragePolicy(StoragePolicy value)Sets the value of the StoragePolicy property. -
Uses of StoragePolicy in com.filenet.api.sweep
Methods in com.filenet.api.sweep that return StoragePolicy Modifier and Type Method and Description StoragePolicyCmContentMigrationPolicy. get_StoragePolicy()Returns the value of the StoragePolicy property.StoragePolicyCmBulkMoveContentJob. get_StoragePolicy()Returns the value of the StoragePolicy property.Methods in com.filenet.api.sweep with parameters of type StoragePolicy Modifier and Type Method and Description voidCmContentMigrationPolicy. set_StoragePolicy(StoragePolicy value)Sets the value of the StoragePolicy property.voidCmBulkMoveContentJob. set_StoragePolicy(StoragePolicy value)Sets the value of the StoragePolicy property.
-