Package | Description |
---|---|
com.filenet.api.constants |
Provides classes defining collections of related, type-safe constant values.
|
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 | Field and Description |
---|---|
static SweepMode |
SweepMode.SWEEP_MODE_NORMAL
The sweep job or policy will execute in a non-preview mode;
that is, it will perform an action on the selected candidate objects,
and it will increment the ExaminedObjectCount and ProcessedObjectCount counters.
|
static SweepMode |
SweepMode.SWEEP_MODE_PREVIEW
The sweep job or sweep policy will not perform an action on the selected candidate objects.
|
static SweepMode |
SweepMode.SWEEP_MODE_PREVIEW_COUNTERS_ONLY
The sweep job or sweep policy will not perform an action on the selected candidate objects,
nor will it generate a
CmSweepResult object
of type PREVIEW for each object that is selected by the sweep. |
Modifier and Type | Method and Description |
---|---|
static SweepMode |
SweepMode.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
Modifier and Type | Method and Description |
---|---|
SweepMode |
CmSweepPolicy.get_SweepMode()
Returns the value of the SweepMode property.
|
SweepMode |
CmSweepJob.get_SweepMode()
Returns the value of the SweepMode property.
|
Modifier and Type | Method and Description |
---|---|
void |
CmSweepPolicy.set_SweepMode(SweepMode value)
Sets the value of the SweepMode property.
|
void |
CmSweepJob.set_SweepMode(SweepMode value)
Sets the value of the SweepMode property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.