Uses of Class
org.flowable.rest.service.api.runtime.process.ExecutionActionRequest
-
Packages that use ExecutionActionRequest Package Description org.flowable.rest.service.api org.flowable.rest.service.api.runtime.process -
-
Uses of ExecutionActionRequest in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api with parameters of type ExecutionActionRequest Modifier and Type Method Description voidBpmnRestApiInterceptor. doExecutionActionRequest(ExecutionActionRequest executionActionRequest) -
Uses of ExecutionActionRequest in org.flowable.rest.service.api.runtime.process
Methods in org.flowable.rest.service.api.runtime.process with parameters of type ExecutionActionRequest Modifier and Type Method Description voidExecutionCollectionResource. executeExecutionAction(ExecutionActionRequest actionRequest, javax.servlet.http.HttpServletResponse response)ExecutionResponseExecutionResource. performExecutionAction(String executionId, ExecutionActionRequest actionRequest, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-