-
Packages that use CmAbstractQueueEntry 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 CmAbstractQueueEntry in com.filenet.api.core
Methods in com.filenet.api.core that return CmAbstractQueueEntry Modifier and Type Method and Description static CmAbstractQueueEntryFactory.CmAbstractQueueEntry. createInstance(ObjectStore os, java.lang.String className)Creates a new instance of the subclassableCmAbstractQueueEntryclass, to be persisted in the specified object store, based on the class.static CmAbstractQueueEntryFactory.CmAbstractQueueEntry. createInstance(ObjectStore os, java.lang.String className, Id id)Creates a new instance of the subclassableCmAbstractQueueEntryclass, to be persisted in the specified object store, based on the class and GUID.static CmAbstractQueueEntryFactory.CmAbstractQueueEntry. fetchInstance(ObjectStore os, java.lang.String className, Id objectId, PropertyFilter filter)Retrieves an object of theCmAbstractQueueEntryclass by the specified object ID from the specified object store.static CmAbstractQueueEntryFactory.CmAbstractQueueEntry. getInstance(ObjectStore os, java.lang.String className, Id objectId)Constructs an instance of the subclassableCmAbstractQueueEntryclass from the specified object store. -
Uses of CmAbstractQueueEntry in com.filenet.api.sweep
Subinterfaces of CmAbstractQueueEntry in com.filenet.api.sweep Modifier and Type Interface and Description interfaceCmContentBackoutQueueEntryRepresents the information needed for aCmContentBackoutQueueSweepto back out content abandoned during upload to an advanced storage area.interfaceCmContentDeletionQueueEntryRepresents the information needed for aCmContentDeletionQueueSweepto delete content from an advanced storage area.interfaceCmContentReplicationQueueEntryRepresents the information needed for aCmContentReplicationQueueSweepto replicate content within an advanced storage area.interfaceCmElasticSearchIndexRequestinterfaceCmThumbnailRequestRepresents a request to generate a thumbnail image for aContentElementof aDocument.
-