public class VariableOrderProperty extends QueryOrderingProperty
isContainedProperty
direction, queryProperty, relation, RELATION_CASE_DEFINITION, RELATION_DEPLOYMENT, RELATION_PROCESS_DEFINITION, RELATION_VARIABLE, relationConditions
Constructor and Description |
---|
VariableOrderProperty() |
VariableOrderProperty(String name,
org.camunda.bpm.engine.variable.type.ValueType valueType) |
Modifier and Type | Method and Description |
---|---|
static VariableOrderProperty |
forCaseExecutionVariable(String variableName,
org.camunda.bpm.engine.variable.type.ValueType valueType) |
static VariableOrderProperty |
forCaseInstanceVariable(String variableName,
org.camunda.bpm.engine.variable.type.ValueType valueType) |
static VariableOrderProperty |
forExecutionVariable(String variableName,
org.camunda.bpm.engine.variable.type.ValueType valueType) |
static VariableOrderProperty |
forProcessInstanceVariable(String variableName,
org.camunda.bpm.engine.variable.type.ValueType valueType) |
static VariableOrderProperty |
forTaskVariable(String variableName,
org.camunda.bpm.engine.variable.type.ValueType valueType) |
static QueryProperty |
typeToQueryProperty(org.camunda.bpm.engine.variable.type.ValueType type) |
getDirection, getQueryProperty, getRelation, getRelationConditions, getRelationConditionsString, hasRelationConditions, isContainedProperty, setDirection, setQueryProperty, setRelation, setRelationConditions, toString
public VariableOrderProperty(String name, org.camunda.bpm.engine.variable.type.ValueType valueType)
public VariableOrderProperty()
public static VariableOrderProperty forProcessInstanceVariable(String variableName, org.camunda.bpm.engine.variable.type.ValueType valueType)
public static VariableOrderProperty forExecutionVariable(String variableName, org.camunda.bpm.engine.variable.type.ValueType valueType)
public static VariableOrderProperty forTaskVariable(String variableName, org.camunda.bpm.engine.variable.type.ValueType valueType)
public static VariableOrderProperty forCaseInstanceVariable(String variableName, org.camunda.bpm.engine.variable.type.ValueType valueType)
public static VariableOrderProperty forCaseExecutionVariable(String variableName, org.camunda.bpm.engine.variable.type.ValueType valueType)
public static QueryProperty typeToQueryProperty(org.camunda.bpm.engine.variable.type.ValueType type)
Copyright © 2022. All rights reserved.