| Package | Description | 
|---|---|
| org.camunda.bpm.engine.impl | 
 API implementation classes, which shouldn't directly be used by end-users. 
 | 
| org.camunda.bpm.engine.impl.db | |
| org.camunda.bpm.engine.impl.db.sql | |
| org.camunda.bpm.engine.impl.json | |
| org.camunda.bpm.engine.impl.persistence.entity | |
| org.camunda.bpm.engine.rest.dto.task | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
VariableOrderProperty  | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
AbstractQuery.orderBy(QueryOrderingProperty orderProperty)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected List<QueryOrderingProperty> | 
ListQueryParameterObject.orderingProperties  | 
| Modifier and Type | Method and Description | 
|---|---|
List<QueryOrderingProperty> | 
ListQueryParameterObject.getOrderingProperties()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ListQueryParameterObject.setOrderingProperties(List<QueryOrderingProperty> orderingProperties)  | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
MybatisJoinHelper.orderBy(QueryOrderingProperty orderingProperty,
       int index)  | 
static String | 
MybatisJoinHelper.orderBySelection(QueryOrderingProperty orderingProperty,
                int index)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected static JsonArrayConverter<List<QueryOrderingProperty>> | 
JsonQueryOrderingPropertyConverter.ARRAY_CONVERTER  | 
| Modifier and Type | Method and Description | 
|---|---|
QueryOrderingProperty | 
JsonQueryOrderingPropertyConverter.toObject(com.google.gson.JsonObject jsonObject)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<QueryOrderingProperty> | 
JsonLegacyQueryOrderingPropertyConverter.fromOrderByString(String orderByString)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.gson.JsonObject | 
JsonQueryOrderingPropertyConverter.toJsonObject(QueryOrderingProperty property)  | 
| Modifier and Type | Field and Description | 
|---|---|
static QueryOrderingProperty | 
ExternalTaskManager.EXT_TASK_PRIORITY_ORDERING_PROPERTY  | 
static QueryOrderingProperty | 
JobManager.JOB_DUEDATE_ORDERING_PROPERTY  | 
static QueryOrderingProperty | 
JobManager.JOB_PRIORITY_ORDERING_PROPERTY  | 
static QueryOrderingProperty | 
JobManager.JOB_TYPE_ORDERING_PROPERTY  | 
| Modifier and Type | Method and Description | 
|---|---|
static SortingDto | 
TaskQueryDto.convertQueryOrderingPropertyToSortingDto(QueryOrderingProperty orderingProperty)  | 
| Modifier and Type | Method and Description | 
|---|---|
static List<SortingDto> | 
TaskQueryDto.convertQueryOrderingPropertiesToSortingDtos(List<QueryOrderingProperty> orderingProperties)  | 
Copyright © 2019. All rights reserved.