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 java.lang.String
CaseInstancesIndexQueryBuilder. build(CaseInstancesIndexQueryRequest request)
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 Page<CaseInstanceSearchRepresentation>
WorkIndexService. findCaseInstancesWithQuery(CaseInstancesIndexQueryRequest request)
Page<CaseInstanceSearchRepresentation>
WorkIndexService. findCaseInstancesWithQuery(java.lang.String filterId, CaseInstancesIndexQueryRequest request)
-