com.filenet.rm.bds
Class ResultItemStatus
- java.lang.Object
com.filenet.rm.bds.ConstantObject
com.filenet.rm.bds.ResultItemStatus
- public class ResultItemStatus
- extends ConstantObject
BatchResultItem.getResultStatus()
method.
Field Summary
Modifier and Type | Field and Description |
---|---|
|
EXECUTION_FAILED
Execution of associated operation failed.
|
|
EXECUTION_FAILED_AS_INT
|
|
EXECUTION_INPROGRESS
Execution of associated operation is in progress.
|
|
EXECUTION_INPROGRESS_AS_INT
|
|
EXECUTION_SUCCEEDED
Execution of associated operation succeeded.
|
|
EXECUTION_SUCCEEDED_AS_INT
|
|
EXECUTION_UNABLE_TO_DISPOSE_ENTITIES
Execution of associated operation cannot dispose entities due to various reasons.
|
|
EXECUTION_UNABLE_TO_DISPOSE_ENTITIES_AS_INT
|
|
NOT_EXECUTED
Associated operation has not been executed yet.
|
|
NOT_EXECUTED_AS_INT
|
|
VALIDATION_FAILED
Validation of associated operation failed.
|
|
VALIDATION_FAILED_AS_INT
|
|
VALIDATION_INPROGRESS
Operation validation is in progress.
|
|
VALIDATION_INPROGRESS_AS_INT
|
|
VALIDATION_SUCCEEDED
Validation of associated operation succeeded.
|
|
VALIDATION_SUCCEEDED_AS_INT
|
Method Summary
Methods inherited from class com.filenet.rm.bds.ConstantObject |
---|
getEnumeratedList, getIntValue, getLocalizedStringValue, getLocalizedStringValue, getStringValue |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail
NOT_EXECUTED_AS_INT
- public static final int NOT_EXECUTED_AS_INT
See Also:
NOT_EXECUTED
- public static final ResultItemStatus NOT_EXECUTED
Associated operation has not been executed yet.
VALIDATION_INPROGRESS_AS_INT
- public static final int VALIDATION_INPROGRESS_AS_INT
See Also:
VALIDATION_INPROGRESS
- public static final ResultItemStatus VALIDATION_INPROGRESS
Operation validation is in progress.
VALIDATION_SUCCEEDED_AS_INT
- public static final int VALIDATION_SUCCEEDED_AS_INT
See Also:
VALIDATION_SUCCEEDED
- public static final ResultItemStatus VALIDATION_SUCCEEDED
Validation of associated operation succeeded.
EXECUTION_INPROGRESS_AS_INT
- public static final int EXECUTION_INPROGRESS_AS_INT
See Also:
EXECUTION_INPROGRESS
- public static final ResultItemStatus EXECUTION_INPROGRESS
Execution of associated operation is in progress.
EXECUTION_SUCCEEDED_AS_INT
- public static final int EXECUTION_SUCCEEDED_AS_INT
See Also:
EXECUTION_SUCCEEDED
- public static final ResultItemStatus EXECUTION_SUCCEEDED
Execution of associated operation succeeded.
VALIDATION_FAILED_AS_INT
- public static final int VALIDATION_FAILED_AS_INT
See Also:
VALIDATION_FAILED
- public static final ResultItemStatus VALIDATION_FAILED
Validation of associated operation failed.
EXECUTION_FAILED_AS_INT
- public static final int EXECUTION_FAILED_AS_INT
See Also:
EXECUTION_FAILED
- public static final ResultItemStatus EXECUTION_FAILED
Execution of associated operation failed.
EXECUTION_UNABLE_TO_DISPOSE_ENTITIES_AS_INT
- public static final int EXECUTION_UNABLE_TO_DISPOSE_ENTITIES_AS_INT
See Also:
EXECUTION_UNABLE_TO_DISPOSE_ENTITIES
- public static final ResultItemStatus EXECUTION_UNABLE_TO_DISPOSE_ENTITIES
Execution of associated operation cannot dispose entities due to various reasons.