Uses of Class
com.flowable.platform.service.process.ProcessInstancesIndexQueryRequest
-
Packages that use 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 Page<ProcessInstanceSearchRepresentation>
WorkIndexService. findProcessInstancesWithQuery(ProcessInstancesIndexQueryRequest request)
Page<ProcessInstanceSearchRepresentation>
WorkIndexService. findProcessInstancesWithQuery(String filterId, ProcessInstancesIndexQueryRequest request)
-
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 protected String
ProcessInstancesIndexQueryBuilder. build(ProcessInstancesIndexQueryRequest request)
String
ProcessInstancesIndexQueryBuilder. build(ProcessInstancesIndexQueryRequest queryRequest, String defaultSort)
-