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 class
CaseInstancesIndexQueryRequest
-
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 class
PlatformIndexQueryBuilder<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 void
WorkIndexService. addPermissions(PlatformIndexQueryRequest request)
protected java.util.Map<java.lang.String,SortParameter>
WorkIndexService. getCustomSortParameters(PlatformIndexQueryRequest request, java.lang.String index, java.lang.String queryName)
protected boolean
WorkIndexService. isTemplateQuery(java.lang.String index, PlatformIndexQueryRequest request)
protected void
PlatformIndexQueryBuilder. 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 class
ProcessInstancesIndexQueryRequest
-
Uses of PlatformIndexQueryRequest in com.flowable.platform.service.task
Subclasses of PlatformIndexQueryRequest in com.flowable.platform.service.task Modifier and Type Class Description class
TasksIndexQueryRequest
-
Uses of PlatformIndexQueryRequest in com.flowable.platform.service.work
Subclasses of PlatformIndexQueryRequest in com.flowable.platform.service.work Modifier and Type Class Description class
WorkInstancesIndexQueryRequest