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.sortParametersMethods 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 TypeMethodDescriptionvoidCustomIndexConfiguration.setSortParameters(Map<String, SortParameter> sortParameters) -
Uses of SortParameter in com.flowable.platform.service.activity
Constructor parameters in com.flowable.platform.service.activity with type arguments of type SortParameterModifierConstructorDescriptionActivitiesIndexQueryBuilder(tools.jackson.databind.ObjectMapper objectMapper, tools.jackson.databind.node.ObjectNode customQuery, Map<String, SortParameter> sortParameters) -
Uses of SortParameter in com.flowable.platform.service.agent
Constructor parameters in com.flowable.platform.service.agent with type arguments of type SortParameterModifierConstructorDescriptionAgentInvocationsIndexQueryBuilder(tools.jackson.databind.ObjectMapper objectMapper, tools.jackson.databind.node.ObjectNode customQuery, 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(tools.jackson.databind.ObjectMapper objectMapper, tools.jackson.databind.node.ObjectNode customQuery, Map<String, SortParameter> sortParameters) -
Uses of SortParameter in com.flowable.platform.service.content
Constructor parameters in com.flowable.platform.service.content with type arguments of type SortParameterModifierConstructorDescriptionContentItemsIndexQueryBuilder(tools.jackson.databind.ObjectMapper objectMapper, tools.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> AbstractIndexQueryBuilder.customSortParametersMethods in com.flowable.platform.service.index that return SortParameterModifier and TypeMethodDescriptionprotected SortParameterWorkIndexService.transformSortParameter(QuerySortParameter querySortParameter) Methods in com.flowable.platform.service.index that return types with arguments of type SortParameterModifier and TypeMethodDescriptionAbstractIndexQueryBuilder.getCustomSortParameters()protected Map<String, SortParameter> WorkIndexService.getCustomSortParameters(AbstractIndexQueryRequest 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 StringAbstractIndexQueryBuilder.parameterTypeToIndexedProperty(SortParameter sortParameter) Method parameters in com.flowable.platform.service.index with type arguments of type SortParameterModifier and TypeMethodDescriptionvoidAbstractIndexQueryBuilder.setCustomSortParameters(Map<String, SortParameter> customSortParameters) Constructor parameters in com.flowable.platform.service.index with type arguments of type SortParameterModifierConstructorDescriptionAbstractIndexQueryBuilder(tools.jackson.databind.ObjectMapper objectMapper, tools.jackson.databind.node.ObjectNode customQuery, Map<String, SortParameter> customSortParameters) PlatformIndexQueryBuilder(tools.jackson.databind.ObjectMapper objectMapper, tools.jackson.databind.node.ObjectNode customQuery, Map<String, SortParameter> customSortParameters) -
Uses of SortParameter in com.flowable.platform.service.planitem
Constructor parameters in com.flowable.platform.service.planitem with type arguments of type SortParameterModifierConstructorDescriptionPlanItemsIndexQueryBuilder(tools.jackson.databind.ObjectMapper objectMapper, tools.jackson.databind.node.ObjectNode customQuery, Map<String, SortParameter> sortParameters) -
Uses of SortParameter in com.flowable.platform.service.process
Constructor parameters in com.flowable.platform.service.process with type arguments of type SortParameterModifierConstructorDescriptionProcessInstancesIndexQueryBuilder(tools.jackson.databind.ObjectMapper objectMapper, tools.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(tools.jackson.databind.ObjectMapper objectMapper, tools.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 SortParameterModifierConstructorDescriptionPlatformGlobalSearchIndexQueryBuilder(tools.jackson.databind.ObjectMapper objectMapper, tools.jackson.databind.node.ObjectNode customQuery, Map<String, SortParameter> sortParameters) WorkInstancesIndexQueryBuilder(tools.jackson.databind.ObjectMapper objectMapper, tools.jackson.databind.node.ObjectNode customQuery, Map<String, SortParameter> sortParameters)