Enum Class HvlBpmnQueryType

java.lang.Object
java.lang.Enum<HvlBpmnQueryType>
tr.com.havelsan.javarch.bpmn.service.provider.data.HvlBpmnQueryType
All Implemented Interfaces:
Serializable, Comparable<HvlBpmnQueryType>, Constable

public enum HvlBpmnQueryType extends Enum<HvlBpmnQueryType>
The enum Hvl bpmn query type.
  • Enum Constant Details

    • PROCESS_DEFINITION

      public static final HvlBpmnQueryType PROCESS_DEFINITION
      Process definition hvl bpmn query type.
    • EXECUTION

      public static final HvlBpmnQueryType EXECUTION
      Execution hvl bpmn query type.
    • PROCESS_INSTANCE

      public static final HvlBpmnQueryType PROCESS_INSTANCE
      Process instance hvl bpmn query type.
    • TASK

      public static final HvlBpmnQueryType TASK
      Task hvl bpmn query type.
    • HISTORIC_TASK

      public static final HvlBpmnQueryType HISTORIC_TASK
      Historic task hvl bpmn query type.
  • Method Details

    • values

      public static HvlBpmnQueryType[] 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 HvlBpmnQueryType 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