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.AbstractRestProcessEngineAware
objectMapper, relativeRootResourcePathFields inherited from interface org.camunda.bpm.engine.rest.SignalRestService
PATH - 
Constructor Summary
ConstructorsConstructorDescriptionSignalRestServiceImpl(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected SignalEventReceivedBuildervoidthrowSignal(SignalDto dto) Methods inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
getObjectMapper, getProcessEngine, setRelativeRootResourceUri 
- 
Constructor Details
- 
SignalRestServiceImpl
public SignalRestServiceImpl(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)  
 - 
 - 
Method Details
- 
throwSignal
- Specified by:
 throwSignalin interfaceSignalRestService
 - 
createSignalEventReceivedBuilder
 
 -