Uses of Class
com.flowable.platform.service.caze.CaseInstancesIndexQueryRequest
Package | Description |
---|---|
com.flowable.platform.service.caze | |
com.flowable.platform.service.index |
-
Uses of CaseInstancesIndexQueryRequest in com.flowable.platform.service.caze
Methods in com.flowable.platform.service.caze with parameters of type CaseInstancesIndexQueryRequest Modifier and Type Method Description java.lang.String
CaseInstancesIndexQueryBuilder. build(CaseInstancesIndexQueryRequest queryRequest, java.lang.String defaultSort)
-
Uses of CaseInstancesIndexQueryRequest in com.flowable.platform.service.index
Methods in com.flowable.platform.service.index with parameters of type CaseInstancesIndexQueryRequest Modifier and Type Method Description protected <T> Page<T>
WorkIndexService. fetchCaseInstances(CaseInstancesIndexQueryRequest request, ElasticsearchResultConverter.ResultMapper<T> jsonMapper)
Page<CaseInstanceSearchRepresentation>
WorkIndexService. findCaseInstancesWithQuery(CaseInstancesIndexQueryRequest request)
Page<CaseInstanceSearchRepresentation>
WorkIndexService. findCaseInstancesWithQuery(java.lang.String filterId, CaseInstancesIndexQueryRequest request)
protected <T> Page<T>
WorkIndexService. getCaseInstanceRepresentationPage(CaseInstancesIndexQueryRequest request, ElasticsearchResultConverter.ResultMapper<T> jsonMapper)