Uses of Class
com.flowable.platform.service.index.AbstractIndexQueryRequest
Packages that use AbstractIndexQueryRequest
Package
Description
-
Uses of AbstractIndexQueryRequest in com.flowable.platform.service.activity
Subclasses of AbstractIndexQueryRequest in com.flowable.platform.service.activity -
Uses of AbstractIndexQueryRequest in com.flowable.platform.service.caze
Subclasses of AbstractIndexQueryRequest in com.flowable.platform.service.caze -
Uses of AbstractIndexQueryRequest in com.flowable.platform.service.content
Subclasses of AbstractIndexQueryRequest in com.flowable.platform.service.content -
Uses of AbstractIndexQueryRequest in com.flowable.platform.service.index
Subclasses of AbstractIndexQueryRequest in com.flowable.platform.service.indexMethods in com.flowable.platform.service.index with type parameters of type AbstractIndexQueryRequestModifier and TypeMethodDescriptionprotected <RES,REQ extends AbstractIndexQueryRequest, Q extends AbstractIndexQueryBuilder<REQ>>
Page<RES> WorkIndexService.fetchData(REQ request, Set<String> indices, ElasticsearchResultConverter.ResultMapper<RES> jsonMapper, Supplier<Q> queryBuilderSupplier) protected <RES,REQ extends AbstractIndexQueryRequest, Q extends AbstractIndexQueryBuilder<REQ>>
Page<RES> WorkIndexService.getInstanceRepresentationPage(REQ request, String index, ElasticsearchResultConverter.ResultMapper<RES> jsonMapper, ResultFilter<RES> resultFilter, Supplier<Q> queryBuilderSupplier) protected <RES,REQ extends AbstractIndexQueryRequest, Q extends AbstractIndexQueryBuilder<REQ>>
Page<RES> WorkIndexService.getInstanceRepresentationPage(REQ request, Set<String> indices, ElasticsearchResultConverter.ResultMapper<RES> jsonMapper, ResultFilter<RES> resultFilter, Supplier<Q> queryBuilderSupplier) protected <RES,REQ extends AbstractIndexQueryRequest, Q extends AbstractIndexQueryBuilder<REQ>>
Page<RES> WorkIndexService.queryWithSafeQuery(REQ request, Set<String> indices, QueryDefinitionModel queryModel, ElasticsearchResultConverter.ResultMapper<RES> jsonMapper, Supplier<Q> queryBuilderSupplier) Methods in com.flowable.platform.service.index with parameters of type AbstractIndexQueryRequestModifier and TypeMethodDescriptionprotected Map<String, SortParameter> WorkIndexService.getCustomSortParameters(AbstractIndexQueryRequest request, String index, String queryName) protected <T> Page<T> WorkIndexService.queryWithCustomQuery(Set<String> indices, AbstractIndexQueryRequest request, QueryDefinitionModel queryModel, ElasticsearchResultConverter.ResultMapper<T> jsonMapper) -
Uses of AbstractIndexQueryRequest in com.flowable.platform.service.planitem
Subclasses of AbstractIndexQueryRequest in com.flowable.platform.service.planitem -
Uses of AbstractIndexQueryRequest in com.flowable.platform.service.process
Subclasses of AbstractIndexQueryRequest in com.flowable.platform.service.process -
Uses of AbstractIndexQueryRequest in com.flowable.platform.service.task
Subclasses of AbstractIndexQueryRequest in com.flowable.platform.service.task -
Uses of AbstractIndexQueryRequest in com.flowable.platform.service.work
Subclasses of AbstractIndexQueryRequest in com.flowable.platform.service.workModifier and TypeClassDescriptionclassclass