Package org.camunda.bpm.engine.impl
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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.engine.impl.QueryOrderingProperty
direction, queryProperty, relation, RELATION_CASE_DEFINITION, RELATION_DEPLOYMENT, RELATION_PROCESS_DEFINITION, RELATION_VARIABLE, relationConditions
-
-
Constructor Summary
Constructors Constructor Description VariableOrderProperty()
VariableOrderProperty(String name, ValueType valueType)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static VariableOrderProperty
forCaseExecutionVariable(String variableName, ValueType valueType)
static VariableOrderProperty
forCaseInstanceVariable(String variableName, ValueType valueType)
static VariableOrderProperty
forExecutionVariable(String variableName, ValueType valueType)
static VariableOrderProperty
forProcessInstanceVariable(String variableName, ValueType valueType)
static VariableOrderProperty
forTaskVariable(String variableName, ValueType valueType)
static QueryProperty
typeToQueryProperty(ValueType type)
-
Methods inherited from class org.camunda.bpm.engine.impl.QueryOrderingProperty
getDirection, getQueryProperty, getRelation, getRelationConditions, getRelationConditionsString, hasRelationConditions, isContainedProperty, setDirection, setQueryProperty, setRelation, setRelationConditions, toString
-
-
-
-
Method Detail
-
forProcessInstanceVariable
public static VariableOrderProperty forProcessInstanceVariable(String variableName, ValueType valueType)
-
forExecutionVariable
public static VariableOrderProperty forExecutionVariable(String variableName, ValueType valueType)
-
forTaskVariable
public static VariableOrderProperty forTaskVariable(String variableName, ValueType valueType)
-
forCaseInstanceVariable
public static VariableOrderProperty forCaseInstanceVariable(String variableName, ValueType valueType)
-
forCaseExecutionVariable
public static VariableOrderProperty forCaseExecutionVariable(String variableName, ValueType valueType)
-
typeToQueryProperty
public static QueryProperty typeToQueryProperty(ValueType type)
-
-