-
Packages that use CmSweep 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 CmSweep in com.filenet.api.core
Methods in com.filenet.api.core that return CmSweep Modifier and Type Method and Description static CmSweepFactory.CmSweep. fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)Retrieves an object of theCmSweepclass by the specified object ID from the specified object store.static CmSweepFactory.CmSweep. getInstance(ObjectStore os, Id objectId)Constructs an instance of theCmSweepclass from the specified object store. -
Uses of CmSweep in com.filenet.api.engine
Methods in com.filenet.api.engine with parameters of type CmSweep Modifier and Type Method and Description voidSweepActionHandler. onPolicySweep(CmSweep sweepObject, CmSweepPolicy sweepPolicy, SweepActionHandler.SweepItem[] sweepItems)This method is not supported.voidSweepActionHandler. onSweep(CmSweep sweepObject, SweepActionHandler.SweepItem[] sweepItems)This method is not supported. -
Uses of CmSweep in com.filenet.api.sweep
Subinterfaces of CmSweep in com.filenet.api.sweep Modifier and Type Interface and Description interfaceCmBulkMoveContentJobRepresents a background task that moves content from one storage area to another.interfaceCmCustomQueueSweepThis class is not supported.interfaceCmCustomSweepJobThis class is not currently supported.interfaceCmPolicyControlledSweepRepresents a background service that repeatedly visits all instances of a specified class residing in a single database table.interfaceCmQueueSweepAbstract base class for sweep instances that are optimized for ongoing processing of queue tables.interfaceCmRetentionUpdateJobRepresents a background task that updates the retention date on objects that support it.interfaceCmSweepJobAbstract base class for a sweep that visits each instance of the specified class exactly once.interfaceCmThumbnailGenerationJobRepresents a background task that initiates sweep-based document thumbnail generation.interfaceCmThumbnailRequestSweepDefines the format, size, and color parameters that are used by the thumbnail generation service to render document thumbnails.
-