Enum Class WorkItemOperationKindType

java.lang.Object
java.lang.Enum<WorkItemOperationKindType>
com.evolveum.midpoint.xml.ns._public.common.common_3.WorkItemOperationKindType
All Implemented Interfaces:
TypeSafeEnum, Serializable, Comparable<WorkItemOperationKindType>, Constable

public enum WorkItemOperationKindType extends Enum<WorkItemOperationKindType> implements TypeSafeEnum
Kind of operation.
  • Enum Constant Details

    • COMPLETE

      public static final WorkItemOperationKindType COMPLETE
      Complete (approve/reject) operation. (Explicit or automated.)
    • DELEGATE

      public static final WorkItemOperationKindType DELEGATE
      Delegate operation. (Explicit or automated.)
    • ESCALATE

      public static final WorkItemOperationKindType ESCALATE
      Escalate operation. (Explicit or automated.)
    • CLAIM

      public static final WorkItemOperationKindType CLAIM
      Claim operation.
    • RELEASE

      public static final WorkItemOperationKindType RELEASE
      Claim operation.
    • CANCEL

      public static final WorkItemOperationKindType CANCEL
      Cancel operation. Work item was cancelled as a result of other action. (E.g. another work item was completed, resulting in process or stage completion. Or the process was cancelled/deleted externally.)
  • Method Details

    • values

      public static WorkItemOperationKindType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static WorkItemOperationKindType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • value

      public String value()
      Description copied from interface: TypeSafeEnum
      Returns enum value defined as in schema.
      Specified by:
      value in interface TypeSafeEnum
      Returns:
    • fromValue

      public static WorkItemOperationKindType fromValue(String v)