public enum ProcessingResultCode extends Enum<ProcessingResultCode>
ProcessingResultCode
Enum Constant and Description |
---|
COMPLETED
Indicates that a message reached the end of it's workflow.
|
CREATED
Created by the component
|
DROP
Successfully processed the message, but did not pass it on to the next stage.
|
FAIL
Document failed.
|
FOUND
Correction for a document or message incorrectly marked as LOST
|
LOST
Indicates that a message/document has been lost and will not be completed/dropped.
|
NOT_HANDLED
Not handled by this component.
|
OK
Successfully processed the message.
|
RECEIVED
Indicates a message or document was received from a remote node
|
REFEED
Indicates that a message/document has been re-fed
|
WARN
Indicates that a stage had a warning about a document but did not fail the document.
|
Modifier and Type | Method and Description |
---|---|
static ProcessingResultCode |
fromExternal(String value)
Converts an external value to a ProcessingResultCode value.
|
static ProcessingResultCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessingResultCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProcessingResultCode NOT_HANDLED
public static final ProcessingResultCode CREATED
public static final ProcessingResultCode REFEED
public static final ProcessingResultCode FOUND
public static final ProcessingResultCode RECEIVED
public static final ProcessingResultCode OK
public static final ProcessingResultCode WARN
public static final ProcessingResultCode DROP
public static final ProcessingResultCode COMPLETED
public static final ProcessingResultCode FAIL
public static final ProcessingResultCode LOST
public static ProcessingResultCode[] values()
for (ProcessingResultCode c : ProcessingResultCode.values()) System.out.println(c);
public static ProcessingResultCode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static ProcessingResultCode fromExternal(String value)
value
- the external valueCopyright © 2018 Attivio, Inc. All Rights Reserved.
PATENT NOTICE: Attivio, Inc. Software Related Patents. With respect to the Attivio software product(s) being used, the following patents apply: Querying Joined Data Within A Search Engine Index: United States Patent No.(s): 8,073,840. Ordered Processing of Groups of Messages: U.S. Patent No.(s) 8,495,656. Signal processing approach to sentiment analysis for entities in documents: U.S. Patent No.(s) 8,725,494. Other U.S. and International Patents Pending.