Uses of Class
org.flowable.rest.service.api.runtime.process.ExecutionQueryRequest
-
Packages that use ExecutionQueryRequest Package Description org.flowable.rest.service.api org.flowable.rest.service.api.runtime.process -
-
Uses of ExecutionQueryRequest in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api with parameters of type ExecutionQueryRequest Modifier and Type Method Description voidBpmnRestApiInterceptor. accessExecutionInfoWithQuery(ExecutionQuery executionQuery, ExecutionQueryRequest request) -
Uses of ExecutionQueryRequest in org.flowable.rest.service.api.runtime.process
Methods in org.flowable.rest.service.api.runtime.process with parameters of type ExecutionQueryRequest Modifier and Type Method Description protected DataResponse<ExecutionResponse>ExecutionBaseResource. getQueryResponse(ExecutionQueryRequest queryRequest, Map<String,String> requestParams, String serverRootUrl)DataResponse<ExecutionResponse>ExecutionQueryResource. queryProcessInstances(ExecutionQueryRequest queryRequest, Map<String,String> allRequestParams, javax.servlet.http.HttpServletRequest request)
-