Uses of Class
org.operaton.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.operaton.bpm.engine.impl
Subclasses of QueryOrderingProperty in org.operaton.bpm.engine.implMethods in org.operaton.bpm.engine.impl with parameters of type QueryOrderingProperty -
Uses of QueryOrderingProperty in org.operaton.bpm.engine.impl.cmd
Fields in org.operaton.bpm.engine.impl.cmd with type parameters of type QueryOrderingPropertyModifier and TypeFieldDescriptionprotected List<QueryOrderingProperty> FetchExternalTasksCmd.orderingPropertiesMethods in org.operaton.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.operaton.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.operaton.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.operaton.bpm.engine.impl.db
Fields in org.operaton.bpm.engine.impl.db with type parameters of type QueryOrderingPropertyModifier and TypeFieldDescriptionprotected List<QueryOrderingProperty> ListQueryParameterObject.orderingPropertiesMethods in org.operaton.bpm.engine.impl.db that return types with arguments of type QueryOrderingPropertyMethod parameters in org.operaton.bpm.engine.impl.db with type arguments of type QueryOrderingPropertyModifier and TypeMethodDescriptionvoidListQueryParameterObject.setOrderingProperties(List<QueryOrderingProperty> orderingProperties) -
Uses of QueryOrderingProperty in org.operaton.bpm.engine.impl.db.sql
Methods in org.operaton.bpm.engine.impl.db.sql with parameters of type QueryOrderingPropertyModifier and TypeMethodDescriptionstatic StringMybatisJoinHelper.orderBy(QueryOrderingProperty orderingProperty, int index) static StringMybatisJoinHelper.orderBySelection(QueryOrderingProperty orderingProperty, int index) -
Uses of QueryOrderingProperty in org.operaton.bpm.engine.impl.externaltask
Fields in org.operaton.bpm.engine.impl.externaltask with type parameters of type QueryOrderingPropertyModifier and TypeFieldDescriptionprotected List<QueryOrderingProperty> ExternalTaskQueryTopicBuilderImpl.orderingPropertiesprotected List<QueryOrderingProperty> FetchAndLockBuilderImpl.orderingPropertiesConstructor parameters in org.operaton.bpm.engine.impl.externaltask with type arguments of type QueryOrderingPropertyModifierConstructorDescriptionExternalTaskQueryTopicBuilderImpl(CommandExecutor commandExecutor, String workerId, int maxTasks, boolean usePriority, List<QueryOrderingProperty> orderingProperties) Constructor using priority invalid input: '&' 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.operaton.bpm.engine.impl.json
Fields in org.operaton.bpm.engine.impl.json with type parameters of type QueryOrderingPropertyModifier and TypeFieldDescriptionprotected static final JsonArrayConverter<List<QueryOrderingProperty>> JsonQueryOrderingPropertyConverter.ARRAY_CONVERTERMethods in org.operaton.bpm.engine.impl.json that return QueryOrderingPropertyModifier and TypeMethodDescriptionJsonQueryOrderingPropertyConverter.toObject(com.google.gson.JsonObject jsonObject) Methods in org.operaton.bpm.engine.impl.json that return types with arguments of type QueryOrderingPropertyModifier and TypeMethodDescriptionJsonLegacyQueryOrderingPropertyConverter.fromOrderByString(String orderByString) Methods in org.operaton.bpm.engine.impl.json with parameters of type QueryOrderingPropertyModifier and TypeMethodDescriptioncom.google.gson.JsonObjectJsonQueryOrderingPropertyConverter.toJsonObject(QueryOrderingProperty property) -
Uses of QueryOrderingProperty in org.operaton.bpm.engine.impl.persistence.entity
Fields in org.operaton.bpm.engine.impl.persistence.entity declared as QueryOrderingPropertyModifier and TypeFieldDescriptionstatic final QueryOrderingPropertyJobManager.JOB_DUEDATE_ORDERING_PROPERTYstatic final QueryOrderingPropertyJobManager.JOB_PRIORITY_ORDERING_PROPERTYstatic final QueryOrderingPropertyJobManager.JOB_TYPE_ORDERING_PROPERTYMethod parameters in org.operaton.bpm.engine.impl.persistence.entity with type arguments of type QueryOrderingPropertyModifier and TypeMethodDescriptionExternalTaskManager.selectExternalTasksForTopics(Collection<TopicFetchInstruction> queryFilters, int maxResults, List<QueryOrderingProperty> orderingProperties) protected booleanExternalTaskManager.useCreateTime(List<QueryOrderingProperty> orderingProperties) -
Uses of QueryOrderingProperty in org.operaton.bpm.engine.rest.dto.task
Methods in org.operaton.bpm.engine.rest.dto.task with parameters of type QueryOrderingPropertyModifier and TypeMethodDescriptionstatic SortingDtoTaskQueryDto.convertQueryOrderingPropertyToSortingDto(QueryOrderingProperty orderingProperty) Method parameters in org.operaton.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.operaton.bpm.identity.impl.ldap
Methods in org.operaton.bpm.identity.impl.ldap with parameters of type QueryOrderingPropertyModifier and TypeMethodDescriptionprotected SortKeyLdapIdentityProviderSession.getSortKey(AbstractQuery<?, ?> query, String propertyName, QueryOrderingProperty orderingProperty)