-
Packages that use CmSweepJob 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.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 CmSweepJob in com.filenet.api.admin
Subinterfaces of CmSweepJob in com.filenet.api.admin Modifier and Type Interface and Description interfaceCmReindexSweepJob -
Uses of CmSweepJob in com.filenet.api.core
Methods in com.filenet.api.core that return CmSweepJob Modifier and Type Method and Description static CmSweepJobFactory.CmSweepJob. fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)Retrieves an object of theCmSweepJobclass by the specified object ID from the specified object store.static CmSweepJobFactory.CmSweepJob. getInstance(ObjectStore os, Id objectId)Constructs an instance of theCmSweepJobclass from the specified object store. -
Uses of CmSweepJob in com.filenet.api.sweep
Subinterfaces of CmSweepJob in com.filenet.api.sweep Modifier and Type Interface and Description interfaceCmBulkMoveContentJobRepresents a background task that moves content from one storage area to another.interfaceCmContentConsistencyCheckJobinterfaceCmCustomSweepJobRepresents 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.interfaceCmRetentionUpdateJobRepresents a background task that updates the retention date on objects that support it.interfaceCmThumbnailGenerationJobRepresents a background task that initiates sweep-based document thumbnail generation.
-