Enum Class ExecutionStatus

java.lang.Object
java.lang.Enum<ExecutionStatus>
org.bonitasoft.engine.work.audit.ExecutionStatus
All Implemented Interfaces:
Serializable, Comparable<ExecutionStatus>, Constable

public enum ExecutionStatus extends Enum<ExecutionStatus>
  • Enum Constant Details

    • OK

      public static final ExecutionStatus OK
    • TOO_MANY_EXECUTIONS

      public static final ExecutionStatus TOO_MANY_EXECUTIONS
    • TOO_MUCH_TIME_ELAPSED_SINCE_REGISTRATION

      public static final ExecutionStatus TOO_MUCH_TIME_ELAPSED_SINCE_REGISTRATION
  • Method Details

    • values

      public static ExecutionStatus[] 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 ExecutionStatus 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
    • isNormalExecution

      public boolean isNormalExecution()