-
Packages that use CmSweep Package Description com.filenet.api.admin Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server.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.admin
Subinterfaces of CmSweep in com.filenet.api.admin Modifier and Type Interface and Description interfaceCmReindexSweepJob -
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)Invoked when a custom sweep policy passes instances of a target class to the custom sweep handler.voidSweepActionHandler. onSweep(CmSweep sweepObject, SweepActionHandler.SweepItem[] sweepItems)Invoked when a custom sweep job or queue sweep passes instances of a target class to the custom sweep handler. -
Uses of CmSweep in com.filenet.api.sweep
Subinterfaces of CmSweep in com.filenet.api.sweep Modifier and Type Interface and Description interfaceCmBackgroundSearchThe base class from which you can create a subclass to define the search expression and parameters for a background search.interfaceCmBulkMoveContentJobRepresents a background task that moves content from one storage area to another.interfaceCmContentBackoutQueueSweepRepresents a queue sweep that processes content backout queue entries in the advanced storage areas of an object store.interfaceCmContentConsistencyCheckJobinterfaceCmContentDeletionQueueSweepRepresents a queue sweep that processes content deletion queue entries in the advanced storage areas of an object store.interfaceCmContentReplicationQueueSweepRepresents a queue sweep that processes content replication queue entries within an advanced storage area of an object store.interfaceCmCustomQueueSweepRepresents a background task that operates continuously, periodically sweeping over a queue table specified as a target class.interfaceCmCustomSweepJobRepresents a background task that performs a one-time sweep over a specified target class and retrieves instances that meet the criteria set on the job's filter expression.interfaceCmElasticSearchIndexingSweepinterfaceCmPolicyControlledSweepRepresents 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.
-