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 |
Modifier and Type | Method and Description |
---|---|
static VariableOrderProperty |
VariableOrderProperty.forCaseExecutionVariable(String variableName,
org.camunda.bpm.engine.variable.type.ValueType valueType) |
static VariableOrderProperty |
VariableOrderProperty.forCaseInstanceVariable(String variableName,
org.camunda.bpm.engine.variable.type.ValueType valueType) |
static VariableOrderProperty |
VariableOrderProperty.forExecutionVariable(String variableName,
org.camunda.bpm.engine.variable.type.ValueType valueType) |
static VariableOrderProperty |
VariableOrderProperty.forProcessInstanceVariable(String variableName,
org.camunda.bpm.engine.variable.type.ValueType valueType) |
static VariableOrderProperty |
VariableOrderProperty.forTaskVariable(String variableName,
org.camunda.bpm.engine.variable.type.ValueType valueType) |
Modifier and Type | Method and Description |
---|---|
static SortingDto |
TaskQueryDto.convertVariableOrderPropertyToSortingDto(VariableOrderProperty variableOrderProperty) |
static String |
TaskQueryDto.sortByValueForVariableOrderProperty(VariableOrderProperty variableOrderProperty) |
static Map<String,Object> |
TaskQueryDto.sortParametersForVariableOrderProperty(VariableOrderProperty variableOrderProperty) |
Copyright © 2022. All rights reserved.