-
Packages that use SweepItemOutcome 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. -
-
Uses of SweepItemOutcome in com.filenet.api.engine
Fields in com.filenet.api.engine declared as SweepItemOutcome Modifier and Type Field and Description static SweepItemOutcomeSweepItemOutcome. FAILEDSpecifies that the object failed during processing, the object is eligible for retry.static SweepItemOutcomeSweepItemOutcome. FAILED_NO_RETRYSpecifies that the object failed during processing, and that the object is not eligible for retry (fatal, non-recoverable error was detected).static SweepItemOutcomeSweepItemOutcome. IGNOREDSpecifies 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 SweepItemOutcomeSweepItemOutcome. PROCESSEDSpecifies that the object was successfully processed by the SweepActionHandler.Methods in com.filenet.api.engine that return SweepItemOutcome Modifier and Type Method and Description static SweepItemOutcomeSweepItemOutcome. getInstanceFromInt(int value)Gets an instance of this class using its associated integer value (the*_AS_INTfields).Methods in com.filenet.api.engine with parameters of type SweepItemOutcome Modifier and Type Method and Description voidSweepActionHandler.SweepItem. setOutcome(SweepItemOutcome outcome, java.lang.String description)Informs the sweep service of the status of each sweep item passed to the handler.
-