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 CmQueueSweep |
Factory.CmQueueSweep.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmQueueSweep class
by the specified object ID from the specified object store. |
static CmQueueSweep |
Factory.CmQueueSweep.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
CmQueueSweep class from the specified object store. |
Modifier and Type | Interface and Description |
---|---|
interface |
CmContentBackoutQueueSweep
Represents a queue sweep that processes content backout queue entries
in the advanced storage areas of an object store.
|
interface |
CmContentDeletionQueueSweep
Represents a queue sweep that processes content deletion queue entries
in the advanced storage areas of an object store.
|
interface |
CmContentReplicationQueueSweep
Represents a queue sweep that processes content replication queue entries
within an advanced storage area of an object store.
|
interface |
CmCustomQueueSweep
Represents a background task that operates continuously, periodically sweeping over a queue table specified as a target class.
|
interface |
CmThumbnailRequestSweep
Defines the format, size, and color parameters that are used by the thumbnail generation service
to render document thumbnails.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.