-
Packages that use CmQueueSweep 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 CmQueueSweep in com.filenet.api.core
Methods in com.filenet.api.core that return CmQueueSweep Modifier and Type Method and Description static CmQueueSweepFactory.CmQueueSweep. fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)Retrieves an object of theCmQueueSweepclass by the specified object ID from the specified object store.static CmQueueSweepFactory.CmQueueSweep. getInstance(ObjectStore os, Id objectId)Constructs an instance of theCmQueueSweepclass from the specified object store. -
Uses of CmQueueSweep in com.filenet.api.sweep
Subinterfaces of CmQueueSweep in com.filenet.api.sweep Modifier and Type Interface and Description interfaceCmContentBackoutQueueSweepRepresents a queue sweep that processes content backout queue entries in the advanced storage areas of an object store.interfaceCmContentDeletionQueueSweepRepresents 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.interfaceCmElasticSearchIndexingSweepinterfaceCmThumbnailRequestSweepDefines the format, size, and color parameters that are used by the thumbnail generation service to render document thumbnails.
-