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
Classes in com.flowable.platform.service.index with type parameters of type PlatformIndexQueryRequest Modifier and Type Class Description classPlatformIndexQueryBuilder<REQ extends PlatformIndexQueryRequest>Methods in com.flowable.platform.service.index with type parameters of type PlatformIndexQueryRequest Modifier and Type Method Description protected <RES,REQ extends PlatformIndexQueryRequest,Q extends PlatformIndexQueryBuilder<REQ>>
Page<RES>WorkIndexService. fetchData(REQ request, java.lang.String index, ElasticsearchResultConverter.ResultMapper<RES> jsonMapper, java.util.function.Supplier<Q> queryBuilderSupplier)protected <RES,REQ extends PlatformIndexQueryRequest,Q extends PlatformIndexQueryBuilder<REQ>>
Page<RES>WorkIndexService. getInstanceRepresentationPage(REQ request, java.lang.String index, ElasticsearchResultConverter.ResultMapper<RES> jsonMapper, ResultFilter<RES> resultFilter, java.util.function.Supplier<Q> queryBuilderSupplier)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 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
-