Package | Description |
---|---|
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. |
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.
|
Modifier and Type | Method and Description |
---|---|
static CmAbstractQueueEntry |
Factory.CmAbstractQueueEntry.createInstance(ObjectStore os,
java.lang.String className)
Creates a new instance of the subclassable
CmAbstractQueueEntry class, to be persisted in the
specified object store, based on the class. |
static CmAbstractQueueEntry |
Factory.CmAbstractQueueEntry.createInstance(ObjectStore os,
java.lang.String className,
Id id)
Creates a new instance of the subclassable
CmAbstractQueueEntry class, to be persisted in the
specified object store, based on the class and GUID. |
static CmAbstractQueueEntry |
Factory.CmAbstractQueueEntry.fetchInstance(ObjectStore os,
java.lang.String className,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmAbstractQueueEntry class
by the specified object ID from the specified object store. |
static CmAbstractQueueEntry |
Factory.CmAbstractQueueEntry.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmAbstractQueueEntry class from the
specified object store. |
Modifier and Type | Interface and Description |
---|---|
interface |
CmContentBackoutQueueEntry
Represents the information needed for a
CmContentBackoutQueueSweep
to back out content abandoned during upload to an advanced storage area. |
interface |
CmContentDeletionQueueEntry
Represents the information needed for a
CmContentDeletionQueueSweep
to delete content from an advanced storage area. |
interface |
CmContentReplicationQueueEntry
Represents the information needed for a
CmContentReplicationQueueSweep
to replicate content within an advanced storage area. |
interface |
CmThumbnailRequest
Represents a request to generate a thumbnail image for a
ContentElement of a Document . |
© Copyright IBM Corporation 2006, 2015. All rights reserved.