Uses of Class
org.flowable.rest.service.api.runtime.process.SignalEventReceivedRequest
-
Packages that use SignalEventReceivedRequest Package Description org.flowable.rest.service.api org.flowable.rest.service.api.runtime -
-
Uses of SignalEventReceivedRequest in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api with parameters of type SignalEventReceivedRequest Modifier and Type Method Description voidBpmnRestApiInterceptor. sendSignal(SignalEventReceivedRequest signalEventReceivedRequest) -
Uses of SignalEventReceivedRequest in org.flowable.rest.service.api.runtime
Methods in org.flowable.rest.service.api.runtime with parameters of type SignalEventReceivedRequest Modifier and Type Method Description voidSignalResource. signalEventReceived(SignalEventReceivedRequest signalRequest, javax.servlet.http.HttpServletResponse response)
-