Uses of Class
com.flowable.platform.service.process.ProcessInstancesIndexQueryRequest
Package | Description |
---|---|
com.flowable.platform.service.index | |
com.flowable.platform.service.process |
-
Uses of ProcessInstancesIndexQueryRequest in com.flowable.platform.service.index
Methods in com.flowable.platform.service.index with parameters of type ProcessInstancesIndexQueryRequest Modifier and Type Method Description protected <T> Page<T>
WorkIndexService. fetchProcessInstances(ProcessInstancesIndexQueryRequest request, ElasticsearchResultConverter.ResultMapper<T> jsonMapper)
Page<ProcessInstanceSearchRepresentation>
WorkIndexService. findProcessInstancesWithQuery(ProcessInstancesIndexQueryRequest request)
Page<ProcessInstanceSearchRepresentation>
WorkIndexService. findProcessInstancesWithQuery(java.lang.String filterId, ProcessInstancesIndexQueryRequest request)
protected <T> Page<T>
WorkIndexService. getProcessInstanceRepresentationPage(ProcessInstancesIndexQueryRequest request, ElasticsearchResultConverter.ResultMapper<T> jsonMapper)
-
Uses of ProcessInstancesIndexQueryRequest in com.flowable.platform.service.process
Methods in com.flowable.platform.service.process with parameters of type ProcessInstancesIndexQueryRequest Modifier and Type Method Description java.lang.String
ProcessInstancesIndexQueryBuilder. build(ProcessInstancesIndexQueryRequest queryRequest, java.lang.String defaultSort)