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 as
EntireNetwork , Domain , Document , Folder , and so on. |
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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, 2015. All rights reserved.