Uses of Class
org.camunda.bpm.engine.impl.QueryOrderingProperty
-
Packages that use QueryOrderingProperty 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 -
-
Uses of QueryOrderingProperty in org.camunda.bpm.engine.impl
Subclasses of QueryOrderingProperty in org.camunda.bpm.engine.impl Modifier and Type Class Description class
VariableOrderProperty
Methods in org.camunda.bpm.engine.impl with parameters of type QueryOrderingProperty Modifier and Type Method Description T
AbstractQuery. orderBy(QueryOrderingProperty orderProperty)
-
Uses of QueryOrderingProperty in org.camunda.bpm.engine.impl.db
Fields in org.camunda.bpm.engine.impl.db with type parameters of type QueryOrderingProperty Modifier and Type Field Description protected List<QueryOrderingProperty>
ListQueryParameterObject. orderingProperties
Methods in org.camunda.bpm.engine.impl.db that return types with arguments of type QueryOrderingProperty Modifier and Type Method Description List<QueryOrderingProperty>
ListQueryParameterObject. getOrderingProperties()
Method parameters in org.camunda.bpm.engine.impl.db with type arguments of type QueryOrderingProperty Modifier and Type Method Description void
ListQueryParameterObject. setOrderingProperties(List<QueryOrderingProperty> orderingProperties)
-
Uses of QueryOrderingProperty in org.camunda.bpm.engine.impl.db.sql
Methods in org.camunda.bpm.engine.impl.db.sql with parameters of type QueryOrderingProperty Modifier and Type Method Description static 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
Fields in org.camunda.bpm.engine.impl.json with type parameters of type QueryOrderingProperty Modifier and Type Field Description protected static JsonArrayConverter<List<QueryOrderingProperty>>
JsonQueryOrderingPropertyConverter. ARRAY_CONVERTER
Methods in org.camunda.bpm.engine.impl.json that return QueryOrderingProperty Modifier and Type Method Description QueryOrderingProperty
JsonQueryOrderingPropertyConverter. toObject(com.google.gson.JsonObject jsonObject)
Methods in org.camunda.bpm.engine.impl.json that return types with arguments of type QueryOrderingProperty Modifier and Type Method Description List<QueryOrderingProperty>
JsonLegacyQueryOrderingPropertyConverter. fromOrderByString(String orderByString)
Methods in org.camunda.bpm.engine.impl.json with parameters of type QueryOrderingProperty Modifier and Type Method Description com.google.gson.JsonObject
JsonQueryOrderingPropertyConverter. toJsonObject(QueryOrderingProperty property)
-
Uses of QueryOrderingProperty in org.camunda.bpm.engine.impl.persistence.entity
Fields in org.camunda.bpm.engine.impl.persistence.entity declared as QueryOrderingProperty Modifier and Type Field 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
-
Uses of QueryOrderingProperty in org.camunda.bpm.engine.rest.dto.task
Methods in org.camunda.bpm.engine.rest.dto.task with parameters of type QueryOrderingProperty Modifier and Type Method Description static SortingDto
TaskQueryDto. convertQueryOrderingPropertyToSortingDto(QueryOrderingProperty orderingProperty)
Method parameters in org.camunda.bpm.engine.rest.dto.task with type arguments of type QueryOrderingProperty Modifier and Type Method Description static List<SortingDto>
TaskQueryDto. convertQueryOrderingPropertiesToSortingDtos(List<QueryOrderingProperty> orderingProperties)
-