Uses of Class
org.flowable.rest.service.api.runtime.process.ExecutionResponse
-
Packages that use ExecutionResponse Package Description org.flowable.rest.service.api org.flowable.rest.service.api.runtime.process -
-
Uses of ExecutionResponse in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api that return ExecutionResponse Modifier and Type Method Description ExecutionResponseRestResponseFactory. createExecutionResponse(Execution execution)ExecutionResponseRestResponseFactory. createExecutionResponse(Execution execution, RestUrlBuilder urlBuilder)Methods in org.flowable.rest.service.api that return types with arguments of type ExecutionResponse Modifier and Type Method Description List<ExecutionResponse>RestResponseFactory. createExecutionResponseList(List<Execution> executions) -
Uses of ExecutionResponse in org.flowable.rest.service.api.runtime.process
Methods in org.flowable.rest.service.api.runtime.process that return ExecutionResponse Modifier and Type Method Description ExecutionResponseExecutionResource. getExecution(String executionId, javax.servlet.http.HttpServletRequest request)ExecutionResponseExecutionResource. performExecutionAction(String executionId, ExecutionActionRequest actionRequest, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)Methods in org.flowable.rest.service.api.runtime.process that return types with arguments of type ExecutionResponse Modifier and Type Method Description DataResponse<ExecutionResponse>ExecutionCollectionResource. getProcessInstances(Map<String,String> allRequestParams, javax.servlet.http.HttpServletRequest request)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)
-