Uses of Class
org.camunda.bpm.engine.impl.QueryOrderingProperty
Packages that use QueryOrderingProperty
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of QueryOrderingProperty in org.camunda.bpm.engine.impl
Subclasses of QueryOrderingProperty in org.camunda.bpm.engine.implMethods in org.camunda.bpm.engine.impl with parameters of type QueryOrderingProperty -
Uses of QueryOrderingProperty in org.camunda.bpm.engine.impl.cmd
Fields in org.camunda.bpm.engine.impl.cmd with type parameters of type QueryOrderingPropertyModifier and TypeFieldDescriptionprotected List<QueryOrderingProperty>
FetchExternalTasksCmd.orderingProperties
Methods in org.camunda.bpm.engine.impl.cmd that return types with arguments of type QueryOrderingPropertyModifier and TypeMethodDescriptionprotected List<QueryOrderingProperty>
FetchExternalTasksCmd.orderingPropertiesWithPriority
(boolean usePriority, List<QueryOrderingProperty> queryOrderingProperties) Method parameters in org.camunda.bpm.engine.impl.cmd with type arguments of type QueryOrderingPropertyModifier and TypeMethodDescriptionprotected List<QueryOrderingProperty>
FetchExternalTasksCmd.orderingPropertiesWithPriority
(boolean usePriority, List<QueryOrderingProperty> queryOrderingProperties) Constructor parameters in org.camunda.bpm.engine.impl.cmd with type arguments of type QueryOrderingPropertyModifierConstructorDescriptionFetchExternalTasksCmd
(String workerId, int maxResults, Map<String, TopicFetchInstruction> instructions, boolean usePriority, List<QueryOrderingProperty> orderingProperties) -
Uses of QueryOrderingProperty in org.camunda.bpm.engine.impl.db
Fields in org.camunda.bpm.engine.impl.db with type parameters of type QueryOrderingPropertyModifier and TypeFieldDescriptionprotected List<QueryOrderingProperty>
ListQueryParameterObject.orderingProperties
Methods in org.camunda.bpm.engine.impl.db that return types with arguments of type QueryOrderingPropertyMethod parameters in org.camunda.bpm.engine.impl.db with type arguments of type QueryOrderingPropertyModifier and TypeMethodDescriptionvoid
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 QueryOrderingPropertyModifier 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.externaltask
Fields in org.camunda.bpm.engine.impl.externaltask with type parameters of type QueryOrderingPropertyModifier and TypeFieldDescriptionprotected List<QueryOrderingProperty>
ExternalTaskQueryTopicBuilderImpl.orderingProperties
protected List<QueryOrderingProperty>
FetchAndLockBuilderImpl.orderingProperties
Constructor parameters in org.camunda.bpm.engine.impl.externaltask with type arguments of type QueryOrderingPropertyModifierConstructorDescriptionExternalTaskQueryTopicBuilderImpl
(CommandExecutor commandExecutor, String workerId, int maxTasks, boolean usePriority, List<QueryOrderingProperty> orderingProperties) Constructor using priority & createTime.ExternalTaskQueryTopicBuilderImpl
(CommandExecutor commandExecutor, String workerId, int maxTasks, boolean usePriority, List<QueryOrderingProperty> orderingProperties, Map<String, TopicFetchInstruction> instructions, TopicFetchInstruction currentInstruction) All args constructor. -
Uses of QueryOrderingProperty in org.camunda.bpm.engine.impl.json
Fields in org.camunda.bpm.engine.impl.json with type parameters of type QueryOrderingPropertyModifier and TypeFieldDescriptionprotected static JsonArrayConverter<List<QueryOrderingProperty>>
JsonQueryOrderingPropertyConverter.ARRAY_CONVERTER
Methods in org.camunda.bpm.engine.impl.json that return QueryOrderingPropertyModifier and TypeMethodDescriptionJsonQueryOrderingPropertyConverter.toObject
(com.google.gson.JsonObject jsonObject) Methods in org.camunda.bpm.engine.impl.json that return types with arguments of type QueryOrderingPropertyModifier and TypeMethodDescriptionJsonLegacyQueryOrderingPropertyConverter.fromOrderByString
(String orderByString) Methods in org.camunda.bpm.engine.impl.json with parameters of type QueryOrderingPropertyModifier and TypeMethodDescriptioncom.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 QueryOrderingPropertyModifier and TypeFieldDescriptionstatic QueryOrderingProperty
JobManager.JOB_DUEDATE_ORDERING_PROPERTY
static QueryOrderingProperty
JobManager.JOB_PRIORITY_ORDERING_PROPERTY
static QueryOrderingProperty
JobManager.JOB_TYPE_ORDERING_PROPERTY
Method parameters in org.camunda.bpm.engine.impl.persistence.entity with type arguments of type QueryOrderingPropertyModifier and TypeMethodDescriptionExternalTaskManager.selectExternalTasksForTopics
(Collection<TopicFetchInstruction> queryFilters, int maxResults, List<QueryOrderingProperty> orderingProperties) protected boolean
ExternalTaskManager.useCreateTime
(List<QueryOrderingProperty> orderingProperties) -
Uses of QueryOrderingProperty in org.camunda.bpm.engine.rest.dto.task
Methods in org.camunda.bpm.engine.rest.dto.task with parameters of type QueryOrderingPropertyModifier and TypeMethodDescriptionstatic SortingDto
TaskQueryDto.convertQueryOrderingPropertyToSortingDto
(QueryOrderingProperty orderingProperty) Method parameters in org.camunda.bpm.engine.rest.dto.task with type arguments of type QueryOrderingPropertyModifier and TypeMethodDescriptionstatic List<SortingDto>
TaskQueryDto.convertQueryOrderingPropertiesToSortingDtos
(List<QueryOrderingProperty> orderingProperties) -
Uses of QueryOrderingProperty in org.camunda.bpm.identity.impl.ldap
Methods in org.camunda.bpm.identity.impl.ldap with parameters of type QueryOrderingPropertyModifier and TypeMethodDescriptionprotected SortKey
LdapIdentityProviderSession.getSortKey
(AbstractQuery<?, ?> query, String propertyName, QueryOrderingProperty orderingProperty)