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
- Author:
- Thorben Lindhauer
- See Also:
-
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
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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
-
Constructor Details
-
VariableOrderProperty
-
VariableOrderProperty
public VariableOrderProperty()
-
-
Method Details
-
forProcessInstanceVariable
public static VariableOrderProperty forProcessInstanceVariable(String variableName, ValueType valueType) -
forExecutionVariable
-
forTaskVariable
-
forCaseInstanceVariable
public static VariableOrderProperty forCaseInstanceVariable(String variableName, ValueType valueType) -
forCaseExecutionVariable
public static VariableOrderProperty forCaseExecutionVariable(String variableName, ValueType valueType) -
typeToQueryProperty
-