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
| Methods inherited from class org.camunda.bpm.engine.impl.QueryOrderingProperty |
getDirection, getQueryProperty, getRelation, getRelationConditions, getRelationConditionsString, hasRelationConditions, isContainedProperty, setDirection, setQueryProperty, setRelation, setRelationConditions, toString |
VariableOrderProperty
public VariableOrderProperty(String name,
org.camunda.bpm.engine.variable.type.ValueType valueType)
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)
Copyright © 2016 camunda services GmbH. All rights reserved.