com.filenet.rm.bds

Class ResultItemStatus

    • Field Detail

      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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.

© Copyright IBM Corp. 2006, 2013. All Rights Reserved.