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.engine |
Provides interfaces and classes related to EventActions and other non-FileNet code which runs within the Content Engine itself.
|
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 CmSweepPolicy |
Factory.CmSweepPolicy.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmSweepPolicy class
by the specified object ID from the specified object store. |
static CmSweepPolicy |
Factory.CmSweepPolicy.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
CmSweepPolicy class from the specified object store. |
Modifier and Type | Method and Description |
---|---|
void |
SweepActionHandler.onPolicySweep(CmSweep sweepObject,
CmSweepPolicy sweepPolicy,
SweepActionHandler.SweepItem[] sweepItems)
Invoked when a custom sweep policy passes instances of a target class to the custom sweep handler.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CmContentMigrationPolicy
Represents a background task that moves content from one storage area to another.
|
interface |
CmCustomSweepPolicy
Represents a background task that performs an indefinite number of sweeps over a specified target
class and retrieves instances that meet the criteria set on the policy's filter expression.
|
interface |
CmDisposalPolicy
Defines criteria for objects of a specified class to be disposed by a policy controlled sweep.
|
interface |
CmRetentionUpdatePolicy
Defines criteria for updating the retention period for objects of a specified class by a
policy controlled sweep.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.