Uses of Class
org.camunda.bpm.engine.impl.VariableOrderProperty
-
Packages that use VariableOrderProperty Package Description org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.rest.dto.task -
-
Uses of VariableOrderProperty in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return VariableOrderProperty Modifier and Type Method Description static VariableOrderProperty
VariableOrderProperty. forCaseExecutionVariable(String variableName, ValueType valueType)
static VariableOrderProperty
VariableOrderProperty. forCaseInstanceVariable(String variableName, ValueType valueType)
static VariableOrderProperty
VariableOrderProperty. forExecutionVariable(String variableName, ValueType valueType)
static VariableOrderProperty
VariableOrderProperty. forProcessInstanceVariable(String variableName, ValueType valueType)
static VariableOrderProperty
VariableOrderProperty. forTaskVariable(String variableName, ValueType valueType)
-
Uses of VariableOrderProperty in org.camunda.bpm.engine.rest.dto.task
Methods in org.camunda.bpm.engine.rest.dto.task with parameters of type VariableOrderProperty Modifier and Type Method Description static SortingDto
TaskQueryDto. convertVariableOrderPropertyToSortingDto(VariableOrderProperty variableOrderProperty)
static String
TaskQueryDto. sortByValueForVariableOrderProperty(VariableOrderProperty variableOrderProperty)
static Map<String,Object>
TaskQueryDto. sortParametersForVariableOrderProperty(VariableOrderProperty variableOrderProperty)
-