Uses of Class
org.camunda.bpm.engine.impl.VariableOrderProperty
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of VariableOrderProperty in org.camunda.bpm.engine.impl
Modifier and TypeMethodDescriptionstatic 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
Modifier and TypeMethodDescriptionstatic SortingDto
TaskQueryDto.convertVariableOrderPropertyToSortingDto
(VariableOrderProperty variableOrderProperty) static String
TaskQueryDto.sortByValueForVariableOrderProperty
(VariableOrderProperty variableOrderProperty) TaskQueryDto.sortParametersForVariableOrderProperty
(VariableOrderProperty variableOrderProperty)