Package | Description |
---|---|
com.filenet.api.engine |
Provides interfaces and classes related to EventActions and other non-FileNet code which runs within the Content Engine itself.
|
Modifier and Type | Field and Description |
---|---|
static SweepItemOutcome |
SweepItemOutcome.FAILED
Specifies that the object failed during processing, the object is eligible
for retry.
|
static SweepItemOutcome |
SweepItemOutcome.FAILED_NO_RETRY
Specifies that the object failed during processing, and that the object
is not eligible for retry (fatal, non-recoverable error was detected).
|
static SweepItemOutcome |
SweepItemOutcome.IGNORED
Specifies that the object was ignored by the SweepActionHandler, the handler
may have filtered the object out, or may have failed before processing the
object.
|
static SweepItemOutcome |
SweepItemOutcome.PROCESSED
Specifies that the object was successfully processed by the SweepActionHandler.
|
Modifier and Type | Method and Description |
---|---|
static SweepItemOutcome |
SweepItemOutcome.getInstanceFromInt(int value)
Gets an instance of this class using its associated integer value (the
*_AS_INT fields). |
Modifier and Type | Method and Description |
---|---|
void |
SweepActionHandler.SweepItem.setOutcome(SweepItemOutcome outcome,
java.lang.String description)
Informs the sweep service of the status of each sweep item passed to the handler.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.