Uses of Interface
com.filenet.api.admin.QueueItem

Packages that use QueueItem
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 as EntireNetwork, Domain, Document, Folder, and so on. 
 

Uses of QueueItem in com.filenet.api.admin
 

Subinterfaces of QueueItem in com.filenet.api.admin
 interface AsyncUpgradeQueueItem
          For internal use only.
 interface DocumentClassificationQueueItem
          Represents a pending (queued) document auto-classification request.
 interface EventQueueItem
          Represents a pending (queued) execution of an asynchronous event action, or an asynchronous event queue item that remains unprocessed because its retry count is zero.
 interface SecurityPropagationQueueItem
          Represents 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
static QueueItem Factory.QueueItem.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the QueueItem class by the specified object ID from the specified object store.
static QueueItem Factory.QueueItem.getInstance(ObjectStore os, java.lang.String className, Id objectId)
          Constructs an instance of the subclassable QueueItem class from the specified object store.
 



© Copyright IBM Corporation 2006, 2009. All rights reserved.