Uses of Class
org.flowable.rest.service.api.runtime.process.ProcessInstanceCreateRequest
-
Packages that use ProcessInstanceCreateRequest Package Description org.flowable.rest.service.api org.flowable.rest.service.api.runtime.process -
-
Uses of ProcessInstanceCreateRequest in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api with parameters of type ProcessInstanceCreateRequest Modifier and Type Method Description voidBpmnRestApiInterceptor. createProcessInstance(ProcessInstanceBuilder processInstanceBuilder, ProcessInstanceCreateRequest request) -
Uses of ProcessInstanceCreateRequest in org.flowable.rest.service.api.runtime.process
Methods in org.flowable.rest.service.api.runtime.process with parameters of type ProcessInstanceCreateRequest Modifier and Type Method Description ProcessInstanceResponseProcessInstanceCollectionResource. createProcessInstance(ProcessInstanceCreateRequest request, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse response)
-