Class TaskStatusType

java.lang.Object
com.aquima.interactions.process.TaskStatusType
All Implemented Interfaces:
Serializable

public final class TaskStatusType extends Object implements Serializable
This class defines the possible task status types.
Since:
7.1
Author:
O. Kerpershoek
See Also:
  • Field Details

    • OPEN

      public static final TaskStatusType OPEN
      This member defines the OPEN status type.
    • STARTED

      public static final TaskStatusType STARTED
      This member defines the STARTED status type.
    • COMPLETED

      public static final TaskStatusType COMPLETED
      This member defines the COMPLETED status type.
    • EXPIRED

      public static final TaskStatusType EXPIRED
      This member defines the EXPIRED status type.
    • CANCELED

      public static final TaskStatusType CANCELED
      This member defines the CANCELED status type.
  • Method Details

    • valueOf

      public static TaskStatusType valueOf(String name)
      This method may be used to request a status for a specified name.
      Parameters:
      name - The name for which a status is requested.
      Returns:
      The status for the specified name.
    • getName

      public String getName()
      This method returns the name of the type.
      Returns:
      The name of the type.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object