Package org.camunda.bpm.engine.rest.impl
Class SignalRestServiceImpl
- java.lang.Object
- 
- org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
- 
- org.camunda.bpm.engine.rest.impl.SignalRestServiceImpl
 
 
- 
- All Implemented Interfaces:
- SignalRestService
 
 public class SignalRestServiceImpl extends AbstractRestProcessEngineAware implements SignalRestService - Author:
- Tassilo Weidner
 
- 
- 
Field Summary- 
Fields inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAwareobjectMapper, relativeRootResourcePath
 - 
Fields inherited from interface org.camunda.bpm.engine.rest.SignalRestServicePATH
 
- 
 - 
Constructor SummaryConstructors Constructor Description SignalRestServiceImpl(java.lang.String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SignalEventReceivedBuildercreateSignalEventReceivedBuilder(SignalDto dto)voidthrowSignal(SignalDto dto)- 
Methods inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAwaregetObjectMapper, getProcessEngine, setRelativeRootResourceUri
 
- 
 
- 
- 
- 
Method Detail- 
throwSignalpublic void throwSignal(SignalDto dto) - Specified by:
- throwSignalin interface- SignalRestService
 
 - 
createSignalEventReceivedBuilderprotected SignalEventReceivedBuilder createSignalEventReceivedBuilder(SignalDto dto) 
 
- 
 
-