-
Packages that use CmDisposalPolicy 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. -
-
Uses of CmDisposalPolicy in com.filenet.api.core
Methods in com.filenet.api.core that return CmDisposalPolicy Modifier and Type Method and Description static CmDisposalPolicyFactory.CmDisposalPolicy. createInstance(ObjectStore os)Creates a new instance of theCmDisposalPolicyclass to be persisted in the specified object store.static CmDisposalPolicyFactory.CmDisposalPolicy. createInstance(ObjectStore os, Id id)Creates a new instance of theCmDisposalPolicyclass to be persisted in the specified object store.static CmDisposalPolicyFactory.CmDisposalPolicy. fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)Retrieves an object of theCmDisposalPolicyclass by the specified object ID from the specified object store.static CmDisposalPolicyFactory.CmDisposalPolicy. getInstance(ObjectStore os, Id objectId)Constructs an instance of theCmDisposalPolicyclass from the specified object store.
-