Uses of Class
com.flowable.indexing.config.SortParameter
Package
Description
-
Uses of SortParameter in com.flowable.indexing.config
Modifier and TypeFieldDescriptionprotected Map<String,
SortParameter> CustomIndexConfiguration.sortParameters
Modifier and TypeMethodDescriptionvoid
CustomIndexConfiguration.setSortParameters
(Map<String, SortParameter> sortParameters) -
Uses of SortParameter in com.flowable.platform.service.caze
ModifierConstructorDescriptionCaseInstancesIndexQueryBuilder
(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
Modifier and TypeFieldDescriptionprotected Map<String,
SortParameter> PlatformIndexQueryBuilder.customSortParameters
Modifier and TypeMethodDescriptionprotected SortParameter
WorkIndexService.transformSortParameter
(QuerySortParameter querySortParameter) Modifier 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) Modifier and TypeMethodDescriptionprotected String
PlatformIndexQueryBuilder.parameterTypeToIndexedProperty
(SortParameter sortParameter) Modifier and TypeMethodDescriptionvoid
PlatformIndexQueryBuilder.setCustomSortParameters
(Map<String, SortParameter> customSortParameters) ModifierConstructorDescriptionPlatformIndexQueryBuilder
(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
ModifierConstructorDescriptionProcessInstancesIndexQueryBuilder
(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
ModifierConstructorDescriptionTasksIndexQueryBuilder
(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
ModifierConstructorDescriptionWorkInstancesIndexQueryBuilder
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.databind.node.ObjectNode customQuery, Map<String, SortParameter> sortParameters)