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 SweepResultType |
SweepResultType.FAILURE
The failure record is of type failure.
|
static SweepResultType |
SweepResultType.PREVIEW
The result record is of type preview.
|
Modifier and Type | Method and Description |
---|---|
static SweepResultType |
SweepResultType.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
Modifier and Type | Method and Description |
---|---|
SweepResultType |
CmSweepResult.get_SweepResultType()
Returns the value of the SweepResultType property.
|
Modifier and Type | Method and Description |
---|---|
void |
CmSweepResult.set_SweepResultType(SweepResultType value)
Sets the value of the SweepResultType property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.