-
Packages that use CmPolicyControlledSweep 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 CmPolicyControlledSweep in com.filenet.api.core
Methods in com.filenet.api.core that return CmPolicyControlledSweep Modifier and Type Method and Description static CmPolicyControlledSweepFactory.CmPolicyControlledSweep. fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)Retrieves an object of theCmPolicyControlledSweepclass by the specified object ID from the specified object store.static CmPolicyControlledSweepFactory.CmPolicyControlledSweep. getInstance(ObjectStore os, Id objectId)Constructs an instance of theCmPolicyControlledSweepclass from the specified object store. -
Uses of CmPolicyControlledSweep in com.filenet.api.sweep
Methods in com.filenet.api.sweep that return CmPolicyControlledSweep Modifier and Type Method and Description CmPolicyControlledSweepCmSweepRelationship. get_Sweep()Returns the value of the Sweep property.Methods in com.filenet.api.sweep with parameters of type CmPolicyControlledSweep Modifier and Type Method and Description voidCmSweepRelationship. set_Sweep(CmPolicyControlledSweep value)Sets the value of the Sweep property.
-