Uses of Class
org.flowable.rest.service.api.runtime.process.ExecutionResponse
Packages that use ExecutionResponse
-
Uses of ExecutionResponse in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api that return ExecutionResponseModifier and TypeMethodDescriptionRestResponseFactory.createExecutionResponse
(Execution execution) RestResponseFactory.createExecutionResponse
(Execution execution, RestUrlBuilder urlBuilder) Methods in org.flowable.rest.service.api that return types with arguments of type ExecutionResponseModifier and TypeMethodDescriptionRestResponseFactory.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 ExecutionResponseModifier and TypeMethodDescriptionExecutionResource.getExecution
(String executionId) ExecutionResource.performExecutionAction
(String executionId, ExecutionActionRequest actionRequest, jakarta.servlet.http.HttpServletResponse response) Methods in org.flowable.rest.service.api.runtime.process that return types with arguments of type ExecutionResponseModifier and TypeMethodDescriptionExecutionCollectionResource.getProcessInstances
(Map<String, String> allRequestParams) protected DataResponse<ExecutionResponse>
ExecutionBaseResource.getQueryResponse
(ExecutionQueryRequest queryRequest, Map<String, String> requestParams) ExecutionQueryResource.queryProcessInstances
(ExecutionQueryRequest queryRequest, Map<String, String> allRequestParams)