Uses of Class
com.flowable.indexing.config.SortParameter
Packages that use SortParameter
Package
Description
-
Uses of SortParameter in com.flowable.indexing.config
Fields in com.flowable.indexing.config with type parameters of type SortParameterModifier and TypeFieldDescriptionprotected Map<String,
SortParameter> CustomIndexConfiguration.sortParameters
Methods in com.flowable.indexing.config that return types with arguments of type SortParameterMethod parameters in com.flowable.indexing.config with type arguments of type SortParameterModifier and TypeMethodDescriptionvoid
CustomIndexConfiguration.setSortParameters
(Map<String, SortParameter> sortParameters) -
Uses of SortParameter in com.flowable.platform.service.caze
Constructor parameters in com.flowable.platform.service.caze with type arguments of type SortParameterModifierConstructorDescriptionCaseInstancesIndexQueryBuilder
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.databind.node.ObjectNode customQuery, Map<String, SortParameter> sortParameters) -
Uses of SortParameter in com.flowable.platform.service.index
Fields in com.flowable.platform.service.index with type parameters of type SortParameterModifier and TypeFieldDescriptionprotected Map<String,
SortParameter> PlatformIndexQueryBuilder.customSortParameters
Methods in com.flowable.platform.service.index that return SortParameterModifier and TypeMethodDescriptionprotected SortParameter
WorkIndexService.transformSortParameter
(QuerySortParameter querySortParameter) Methods in com.flowable.platform.service.index that return types with arguments of type SortParameterModifier and TypeMethodDescriptionPlatformIndexQueryBuilder.getCustomSortParameters()
protected Map<String,
SortParameter> WorkIndexService.getCustomSortParameters
(PlatformIndexQueryRequest request, String index, String queryName) protected Map<String,
SortParameter> WorkIndexService.getSortParameters
(Map<String, QuerySortParameter> querySortParameters) Methods in com.flowable.platform.service.index with parameters of type SortParameterModifier and TypeMethodDescriptionprotected String
PlatformIndexQueryBuilder.parameterTypeToIndexedProperty
(SortParameter sortParameter) Method parameters in com.flowable.platform.service.index with type arguments of type SortParameterModifier and TypeMethodDescriptionvoid
PlatformIndexQueryBuilder.setCustomSortParameters
(Map<String, SortParameter> customSortParameters) Constructor parameters in com.flowable.platform.service.index with type arguments of type SortParameterModifierConstructorDescriptionPlatformIndexQueryBuilder
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.databind.node.ObjectNode customQuery, Map<String, SortParameter> customSortParameters) -
Uses of SortParameter in com.flowable.platform.service.process
Constructor parameters in com.flowable.platform.service.process with type arguments of type SortParameterModifierConstructorDescriptionProcessInstancesIndexQueryBuilder
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.databind.node.ObjectNode customQuery, Map<String, SortParameter> sortParameters) -
Uses of SortParameter in com.flowable.platform.service.task
Constructor parameters in com.flowable.platform.service.task with type arguments of type SortParameterModifierConstructorDescriptionTasksIndexQueryBuilder
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.databind.node.ObjectNode customQuery, Map<String, SortParameter> sortParameters) -
Uses of SortParameter in com.flowable.platform.service.work
Constructor parameters in com.flowable.platform.service.work with type arguments of type SortParameterModifierConstructorDescriptionWorkInstancesIndexQueryBuilder
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.databind.node.ObjectNode customQuery, Map<String, SortParameter> sortParameters)