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
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 FilteredFullTextSearchQueryBuilder
PlatformIndexQueryBuilder. getQueryBuilder(PlatformIndexQueryRequest request, java.lang.String defaultSort)
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