Uses of Class
com.flowable.platform.service.caze.CaseInstancesIndexQueryRequest
| Package | Description |
|---|---|
| com.flowable.platform.rest.service.api.caze | |
| com.flowable.platform.service.caze | |
| com.flowable.platform.service.index |
-
Uses of CaseInstancesIndexQueryRequest in com.flowable.platform.rest.service.api.caze
Methods in com.flowable.platform.rest.service.api.caze with parameters of type CaseInstancesIndexQueryRequest Modifier and Type Method Description org.springframework.http.ResponseEntity<org.flowable.common.rest.api.DataResponse<CaseInstanceSearchRepresentation>>CaseInstancesResource. queryCaseInstances(java.lang.String filterId, CaseInstancesIndexQueryRequest request, java.security.Principal principal)org.springframework.http.ResponseEntity<org.flowable.common.rest.api.DataResponse<CaseInstanceSearchRepresentation>>CaseInstancesResource. queryCaseInstancesWithQuery(CaseInstancesIndexQueryRequest request)org.springframework.http.ResponseEntity<org.flowable.common.rest.api.DataResponse<CaseInstanceSearchRepresentation>>CaseInstancesResource. queryCustomAliasCaseInstancesWithQuery(java.lang.String alias, CaseInstancesIndexQueryRequest request) -
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.StringCaseInstancesIndexQueryBuilder. build(CaseInstancesIndexQueryRequest request)java.lang.StringCaseInstancesIndexQueryBuilder. 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)