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 CmSweepJob |
Factory.CmSweepJob.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmSweepJob class
by the specified object ID from the specified object store. |
static CmSweepJob |
Factory.CmSweepJob.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
CmSweepJob class from the specified object store. |
Modifier and Type | Interface and Description |
---|---|
interface |
CmBulkMoveContentJob
Represents a background task that moves content from one storage area to another.
|
interface |
CmCustomSweepJob
Represents a background task that performs a one-time sweep over a specified target class
and retrieves instances that meet the criteria set on the job's filter expression.
|
interface |
CmRetentionUpdateJob
Represents a background task that updates the retention date on objects that support it.
|
interface |
CmThumbnailGenerationJob
Represents a background task that initiates sweep-based document thumbnail generation.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.