com.filenet.rm.bds

Class ResultItemStatus

  1. java.lang.Object
  2. extended bycom.filenet.rm.bds.ConstantObject
  3. extended bycom.filenet.rm.bds.ResultItemStatus

  1. public class ResultItemStatus
  2. extends ConstantObject
ResultItemStatus is an enumerated constant object class that defines the set of possible return values for the for the BatchResultItem.getResultStatus() method.

Field Summary

Modifier and Type Field and Description
  1. static
  2. ResultItemStatus
EXECUTION_FAILED
Execution of associated operation failed.
  1. static
  2. int
EXECUTION_FAILED_AS_INT
  1. static
  2. ResultItemStatus
EXECUTION_INPROGRESS
Execution of associated operation is in progress.
  1. static
  2. int
EXECUTION_INPROGRESS_AS_INT
  1. static
  2. ResultItemStatus
EXECUTION_SUCCEEDED
Execution of associated operation succeeded.
  1. static
  2. int
EXECUTION_SUCCEEDED_AS_INT
  1. static
  2. ResultItemStatus
EXECUTION_UNABLE_TO_DISPOSE_ENTITIES
Execution of associated operation cannot dispose entities due to various reasons.
  1. static
  2. int
EXECUTION_UNABLE_TO_DISPOSE_ENTITIES_AS_INT
  1. static
  2. ResultItemStatus
NOT_EXECUTED
Associated operation has not been executed yet.
  1. static
  2. int
NOT_EXECUTED_AS_INT
  1. static
  2. ResultItemStatus
VALIDATION_FAILED
Validation of associated operation failed.
  1. static
  2. int
VALIDATION_FAILED_AS_INT
  1. static
  2. ResultItemStatus
VALIDATION_INPROGRESS
Operation validation is in progress.
  1. static
  2. int
VALIDATION_INPROGRESS_AS_INT
  1. static
  2. ResultItemStatus
VALIDATION_SUCCEEDED
Validation of associated operation succeeded.
  1. static
  2. int
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

  1. public static final int NOT_EXECUTED_AS_INT
See Also:

NOT_EXECUTED

  1. public static final ResultItemStatus NOT_EXECUTED
Associated operation has not been executed yet.

VALIDATION_INPROGRESS_AS_INT

  1. public static final int VALIDATION_INPROGRESS_AS_INT
See Also:

VALIDATION_INPROGRESS

  1. public static final ResultItemStatus VALIDATION_INPROGRESS
Operation validation is in progress.

VALIDATION_SUCCEEDED_AS_INT

  1. public static final int VALIDATION_SUCCEEDED_AS_INT
See Also:

VALIDATION_SUCCEEDED

  1. public static final ResultItemStatus VALIDATION_SUCCEEDED
Validation of associated operation succeeded.

EXECUTION_INPROGRESS_AS_INT

  1. public static final int EXECUTION_INPROGRESS_AS_INT
See Also:

EXECUTION_INPROGRESS

  1. public static final ResultItemStatus EXECUTION_INPROGRESS
Execution of associated operation is in progress.

EXECUTION_SUCCEEDED_AS_INT

  1. public static final int EXECUTION_SUCCEEDED_AS_INT
See Also:

EXECUTION_SUCCEEDED

  1. public static final ResultItemStatus EXECUTION_SUCCEEDED
Execution of associated operation succeeded.

VALIDATION_FAILED_AS_INT

  1. public static final int VALIDATION_FAILED_AS_INT
See Also:

VALIDATION_FAILED

  1. public static final ResultItemStatus VALIDATION_FAILED
Validation of associated operation failed.

EXECUTION_FAILED_AS_INT

  1. public static final int EXECUTION_FAILED_AS_INT
See Also:

EXECUTION_FAILED

  1. public static final ResultItemStatus EXECUTION_FAILED
Execution of associated operation failed.

EXECUTION_UNABLE_TO_DISPOSE_ENTITIES_AS_INT

  1. public static final int EXECUTION_UNABLE_TO_DISPOSE_ENTITIES_AS_INT
See Also:

EXECUTION_UNABLE_TO_DISPOSE_ENTITIES

  1. public static final ResultItemStatus EXECUTION_UNABLE_TO_DISPOSE_ENTITIES
Execution of associated operation cannot dispose entities due to various reasons.