-
Packages that use CmSweepPolicy 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.engine Provides interfaces and classes related to EventActions and other non-FileNet code which runs within the Content Engine itself.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 CmSweepPolicy in com.filenet.api.core
Methods in com.filenet.api.core that return CmSweepPolicy Modifier and Type Method and Description static CmSweepPolicyFactory.CmSweepPolicy. fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)Retrieves an object of theCmSweepPolicyclass by the specified object ID from the specified object store.static CmSweepPolicyFactory.CmSweepPolicy. getInstance(ObjectStore os, Id objectId)Constructs an instance of theCmSweepPolicyclass from the specified object store. -
Uses of CmSweepPolicy in com.filenet.api.engine
Methods in com.filenet.api.engine with parameters of type CmSweepPolicy Modifier and Type Method and Description voidSweepActionHandler. onPolicySweep(CmSweep sweepObject, CmSweepPolicy sweepPolicy, SweepActionHandler.SweepItem[] sweepItems)Invoked when a custom sweep policy passes instances of a target class to the custom sweep handler. -
Uses of CmSweepPolicy in com.filenet.api.sweep
Subinterfaces of CmSweepPolicy in com.filenet.api.sweep Modifier and Type Interface and Description interfaceCmContentMigrationPolicyRepresents a background task that moves content from one storage area to another.interfaceCmCustomSweepPolicyRepresents a background task that performs an indefinite number of sweeps over a specified target class and retrieves instances that meet the criteria set on the policy's filter expression.interfaceCmDisposalPolicyDefines criteria for objects of a specified class to be disposed by a policy controlled sweep.interfaceCmRetentionUpdatePolicyDefines criteria for updating the retention period for objects of a specified class by a policy controlled sweep.
-