-
Packages that use CmSweepAction 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 CmSweepAction in com.filenet.api.core
Methods in com.filenet.api.core that return CmSweepAction Modifier and Type Method and Description static CmSweepActionFactory.CmSweepAction. createInstance(ObjectStore os, java.lang.String classId)Creates a new instance of the subclassableCmSweepActionclass to be persisted in the specified object store.static CmSweepActionFactory.CmSweepAction. createInstance(ObjectStore os, java.lang.String classId, Id id)Creates a new instance of the subclassableCmSweepActionclass to be persisted in the specified object store.static CmSweepActionFactory.CmSweepAction. fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)Retrieves an object of theCmSweepActionclass by the specified object ID from the specified object store.static CmSweepActionFactory.CmSweepAction. getInstance(ObjectStore os, java.lang.String className, Id objectId)Constructs an instance of the subclassableCmSweepActionclass from the specified object store. -
Uses of CmSweepAction in com.filenet.api.sweep
Methods in com.filenet.api.sweep that return CmSweepAction Modifier and Type Method and Description CmSweepActionCmCustomSweepPolicy. get_SweepAction()Returns the value of the SweepAction property.CmSweepActionCmCustomSweepJob. get_SweepAction()Returns the value of the SweepAction property.CmSweepActionCmCustomQueueSweep. get_SweepAction()Returns the value of the SweepAction property.Methods in com.filenet.api.sweep with parameters of type CmSweepAction Modifier and Type Method and Description voidCmCustomSweepPolicy. set_SweepAction(CmSweepAction value)Sets the value of the SweepAction property.voidCmCustomSweepJob. set_SweepAction(CmSweepAction value)Sets the value of the SweepAction property.voidCmCustomQueueSweep. set_SweepAction(CmSweepAction value)Sets the value of the SweepAction property.
-