Uses of Class
com.flowable.platform.service.caze.CaseInstancesIndexQueryRequest
-
Packages that use 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 protected String
CaseInstancesIndexQueryBuilder. build(CaseInstancesIndexQueryRequest request)
String
CaseInstancesIndexQueryBuilder. build(CaseInstancesIndexQueryRequest queryRequest, 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 Page<CaseInstanceSearchRepresentation>
WorkIndexService. findCaseInstancesWithQuery(CaseInstancesIndexQueryRequest request)
Page<CaseInstanceSearchRepresentation>
WorkIndexService. findCaseInstancesWithQuery(String filterId, CaseInstancesIndexQueryRequest request)
-