Uses of Class
org.camunda.bpm.engine.rest.dto.SignalDto
-
Packages that use SignalDto Package Description org.camunda.bpm.engine.rest org.camunda.bpm.engine.rest.impl -
-
Uses of SignalDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest with parameters of type SignalDto Modifier and Type Method Description void
SignalRestService. throwSignal(SignalDto signalDto)
-
Uses of SignalDto in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl with parameters of type SignalDto Modifier and Type Method Description protected SignalEventReceivedBuilder
SignalRestServiceImpl. createSignalEventReceivedBuilder(SignalDto dto)
void
SignalRestServiceImpl. throwSignal(SignalDto dto)
-