Class VariableOrderProperty

java.lang.Object
org.camunda.bpm.engine.impl.QueryOrderingProperty
org.camunda.bpm.engine.impl.VariableOrderProperty
All Implemented Interfaces:
Serializable

public class VariableOrderProperty extends QueryOrderingProperty
Author:
Thorben Lindhauer
See Also:
  • Constructor Details

    • VariableOrderProperty

      public VariableOrderProperty(String name, org.camunda.bpm.engine.variable.type.ValueType valueType)
    • VariableOrderProperty

      public VariableOrderProperty()
  • Method Details

    • forProcessInstanceVariable

      public static VariableOrderProperty forProcessInstanceVariable(String variableName, org.camunda.bpm.engine.variable.type.ValueType valueType)
    • forExecutionVariable

      public static VariableOrderProperty forExecutionVariable(String variableName, org.camunda.bpm.engine.variable.type.ValueType valueType)
    • forTaskVariable

      public static VariableOrderProperty forTaskVariable(String variableName, org.camunda.bpm.engine.variable.type.ValueType valueType)
    • forCaseInstanceVariable

      public static VariableOrderProperty forCaseInstanceVariable(String variableName, org.camunda.bpm.engine.variable.type.ValueType valueType)
    • forCaseExecutionVariable

      public static VariableOrderProperty forCaseExecutionVariable(String variableName, org.camunda.bpm.engine.variable.type.ValueType valueType)
    • typeToQueryProperty

      public static QueryProperty typeToQueryProperty(org.camunda.bpm.engine.variable.type.ValueType type)