Uses of Class
com.flowable.platform.service.index.PlatformIndexQueryRequest
-
Uses of PlatformIndexQueryRequest in com.flowable.platform.service.caze
Subclasses of PlatformIndexQueryRequest in com.flowable.platform.service.caze Modifier and Type Class Description classCaseInstancesIndexQueryRequest -
Uses of PlatformIndexQueryRequest in com.flowable.platform.service.index
Methods in com.flowable.platform.service.index with parameters of type PlatformIndexQueryRequest Modifier and Type Method Description protected voidWorkIndexService. addPermissions(PlatformIndexQueryRequest request)protected java.util.Map<java.lang.String,SortParameter>WorkIndexService. getCustomSortParameters(PlatformIndexQueryRequest request, java.lang.String index, java.lang.String queryName)protected FilteredFullTextSearchQueryBuilderPlatformIndexQueryBuilder. getQueryBuilder(PlatformIndexQueryRequest request, java.lang.String defaultSort)protected booleanWorkIndexService. isTemplateQuery(java.lang.String index, PlatformIndexQueryRequest request)protected voidPlatformIndexQueryBuilder. processSorting(PlatformIndexQueryRequest request, java.lang.String defaultSort, FilteredFullTextSearchQueryBuilder queryBuilder)protected <T> Page<T>WorkIndexService. queryWithTemplate(java.lang.String index, PlatformIndexQueryRequest request, ElasticsearchResultConverter.ResultMapper<T> jsonMapper) -
Uses of PlatformIndexQueryRequest in com.flowable.platform.service.process
Subclasses of PlatformIndexQueryRequest in com.flowable.platform.service.process Modifier and Type Class Description classProcessInstancesIndexQueryRequest -
Uses of PlatformIndexQueryRequest in com.flowable.platform.service.task
Subclasses of PlatformIndexQueryRequest in com.flowable.platform.service.task Modifier and Type Class Description classTasksIndexQueryRequest -
Uses of PlatformIndexQueryRequest in com.flowable.platform.service.work
Subclasses of PlatformIndexQueryRequest in com.flowable.platform.service.work Modifier and Type Class Description classWorkInstancesIndexQueryRequest