Enum Class UserTaskCompletionType

java.lang.Object
java.lang.Enum<UserTaskCompletionType>
com.mendix.workflows.UserTaskCompletionType
All Implemented Interfaces:
Serializable, Comparable<UserTaskCompletionType>, Constable

public enum UserTaskCompletionType extends Enum<UserTaskCompletionType>
Represents the completion type of a user task.
  • Enum Constant Details

    • SINGLE

      public static final UserTaskCompletionType SINGLE
      Single user input completion type.
    • CONSENSUS

      public static final UserTaskCompletionType CONSENSUS
      Consensus input completion type that is applicable for multi user tasks.
    • MAJORITY

      public static final UserTaskCompletionType MAJORITY
      Majority input completion type that is applicable for multi user tasks.
    • MICROFLOW

      public static final UserTaskCompletionType MICROFLOW
      Microflow input completion type that is applicable for multi user tasks.
    • THRESHOLD

      public static final UserTaskCompletionType THRESHOLD
      Threshold input completion type that is applicable for multi user tasks.
    • VETO

      public static final UserTaskCompletionType VETO
      Veto input completion type that is applicable for multi user tasks.
  • Method Details

    • values

      public static UserTaskCompletionType[] 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 UserTaskCompletionType 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
    • getValue

      public String getValue()
      Returns the string representation of the user task completion type.
      Returns:
      the string representation