Uses of Class
com.flowable.indexing.config.SortParameter
-
Uses of SortParameter in com.flowable.indexing.config
Fields in com.flowable.indexing.config with type parameters of type SortParameter Modifier and Type Field Description protected java.util.Map<java.lang.String,SortParameter>
CustomIndexConfiguration. sortParameters
Methods in com.flowable.indexing.config that return types with arguments of type SortParameter Modifier and Type Method Description java.util.Map<java.lang.String,SortParameter>
CustomIndexConfiguration. getSortParameters()
Method parameters in com.flowable.indexing.config with type arguments of type SortParameter Modifier and Type Method Description void
CustomIndexConfiguration. setSortParameters(java.util.Map<java.lang.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 SortParameter Constructor Description CaseInstancesIndexQueryBuilder(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.databind.node.ObjectNode customQuery, java.util.Map<java.lang.String,SortParameter> sortParameters)
-
Uses of SortParameter in com.flowable.platform.service.index
Fields in com.flowable.platform.service.index with type parameters of type SortParameter Modifier and Type Field Description protected java.util.Map<java.lang.String,SortParameter>
PlatformIndexQueryBuilder. customSortParameters
Methods in com.flowable.platform.service.index that return types with arguments of type SortParameter Modifier and Type Method Description java.util.Map<java.lang.String,SortParameter>
PlatformIndexQueryBuilder. getCustomSortParameters()
protected java.util.Map<java.lang.String,SortParameter>
WorkIndexService. getCustomSortParameters(PlatformIndexQueryRequest request, java.lang.String index, java.lang.String queryName)
Methods in com.flowable.platform.service.index with parameters of type SortParameter Modifier and Type Method Description protected java.lang.String
PlatformIndexQueryBuilder. parameterTypeToIndexedProperty(SortParameter sortParameter)
Method parameters in com.flowable.platform.service.index with type arguments of type SortParameter Modifier and Type Method Description void
PlatformIndexQueryBuilder. setCustomSortParameters(java.util.Map<java.lang.String,SortParameter> customSortParameters)
Constructor parameters in com.flowable.platform.service.index with type arguments of type SortParameter Constructor Description PlatformIndexQueryBuilder(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.databind.node.ObjectNode customQuery, java.util.Map<java.lang.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 SortParameter Constructor Description ProcessInstancesIndexQueryBuilder(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.databind.node.ObjectNode customQuery, java.util.Map<java.lang.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 SortParameter Constructor Description TasksIndexQueryBuilder(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.databind.node.ObjectNode customQuery, java.util.Map<java.lang.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 SortParameter Constructor Description WorkInstancesIndexQueryBuilder(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.databind.node.ObjectNode customQuery, java.util.Map<java.lang.String,SortParameter> sortParameters)