Uses of Class
org.camunda.bpm.engine.impl.QueryOrderingProperty
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of QueryOrderingProperty in org.camunda.bpm.engine.impl
-
Uses of QueryOrderingProperty in org.camunda.bpm.engine.impl.db
Modifier and TypeFieldDescriptionprotected List<QueryOrderingProperty>
ListQueryParameterObject.orderingProperties
Modifier and TypeMethodDescriptionvoid
ListQueryParameterObject.setOrderingProperties
(List<QueryOrderingProperty> orderingProperties) -
Uses of QueryOrderingProperty in org.camunda.bpm.engine.impl.db.sql
Modifier and TypeMethodDescriptionstatic String
MybatisJoinHelper.orderBy
(QueryOrderingProperty orderingProperty, int index) static String
MybatisJoinHelper.orderBySelection
(QueryOrderingProperty orderingProperty, int index) -
Uses of QueryOrderingProperty in org.camunda.bpm.engine.impl.json
Modifier and TypeFieldDescriptionprotected static JsonArrayConverter<List<QueryOrderingProperty>>
JsonQueryOrderingPropertyConverter.ARRAY_CONVERTER
Modifier and TypeMethodDescriptionJsonQueryOrderingPropertyConverter.toObject
(com.google.gson.JsonObject jsonObject) Modifier and TypeMethodDescriptionJsonLegacyQueryOrderingPropertyConverter.fromOrderByString
(String orderByString) Modifier and TypeMethodDescriptioncom.google.gson.JsonObject
JsonQueryOrderingPropertyConverter.toJsonObject
(QueryOrderingProperty property) -
Uses of QueryOrderingProperty in org.camunda.bpm.engine.impl.persistence.entity
Modifier and TypeFieldDescriptionstatic 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
-
Uses of QueryOrderingProperty in org.camunda.bpm.engine.rest.dto.task
Modifier and TypeMethodDescriptionstatic SortingDto
TaskQueryDto.convertQueryOrderingPropertyToSortingDto
(QueryOrderingProperty orderingProperty) Modifier and TypeMethodDescriptionstatic List<SortingDto>
TaskQueryDto.convertQueryOrderingPropertiesToSortingDtos
(List<QueryOrderingProperty> orderingProperties) -
Uses of QueryOrderingProperty in org.camunda.bpm.identity.impl.ldap
Modifier and TypeMethodDescriptionprotected SortKey
LdapIdentityProviderSession.getSortKey
(AbstractQuery<?, ?> query, String propertyName, QueryOrderingProperty orderingProperty)