org.camunda.bpm.engine.impl
Class VariableOrderProperty

java.lang.Object
  extended by org.camunda.bpm.engine.impl.QueryOrderingProperty
      extended by 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_PROCESS_DEFINITION, RELATION_VARIABLE, relationConditions
 
Constructor Summary
VariableOrderProperty(String name, ValueType valueType)
           
 
Method Summary
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VariableOrderProperty

public VariableOrderProperty(String name,
                             ValueType valueType)
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)


Copyright © 2015 camunda services GmbH. All rights reserved.