-
Packages that use QueueItem 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. -
-
Uses of QueueItem in com.filenet.api.admin
Subinterfaces of QueueItem in com.filenet.api.admin Modifier and Type Interface and Description interfaceAsyncUpgradeQueueItemFor internal use only.interfaceDocumentClassificationQueueItemRepresents a pending (queued) document auto-classification request.interfaceEventQueueItemRepresents a pending (queued) execution of an asynchronous event action, or an asynchronous event queue item that remains unprocessed because its retry count is zero.interfaceSecurityPropagationQueueItemRepresents a pending (queued) execution of an asynchronous security propagation action on a target object. -
Uses of QueueItem in com.filenet.api.core
Methods in com.filenet.api.core that return QueueItem Modifier and Type Method and Description static QueueItemFactory.QueueItem. fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)Retrieves an object of theQueueItemclass by the specified object ID from the specified object store.static QueueItemFactory.QueueItem. getInstance(ObjectStore os, java.lang.String className, Id objectId)Constructs an instance of the subclassableQueueItemclass from the specified object store.
-