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(java.lang.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 java.lang.String
ProcessInstancesIndexQueryBuilder. build(ProcessInstancesIndexQueryRequest request)
java.lang.String
ProcessInstancesIndexQueryBuilder. build(ProcessInstancesIndexQueryRequest queryRequest, java.lang.String defaultSort)
-