Uses of Class
org.flowable.rest.service.api.runtime.process.ProcessInstanceUpdateRequest
-
Packages that use ProcessInstanceUpdateRequest Package Description org.flowable.rest.service.api org.flowable.rest.service.api.runtime.process -
-
Uses of ProcessInstanceUpdateRequest in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api with parameters of type ProcessInstanceUpdateRequest Modifier and Type Method Description voidBpmnRestApiInterceptor. updateProcessInstance(ProcessInstance processInstance, ProcessInstanceUpdateRequest updateRequest) -
Uses of ProcessInstanceUpdateRequest in org.flowable.rest.service.api.runtime.process
Methods in org.flowable.rest.service.api.runtime.process with parameters of type ProcessInstanceUpdateRequest Modifier and Type Method Description ProcessInstanceResponseProcessInstanceResource. updateProcessInstance(String processInstanceId, ProcessInstanceUpdateRequest updateRequest, javax.servlet.http.HttpServletResponse response)
-