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, relativeRootResourcePath
Fields inherited from interface org.camunda.bpm.engine.rest.SignalRestService
PATH
-
Constructor Summary
ConstructorDescriptionSignalRestServiceImpl
(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptionprotected SignalEventReceivedBuilder
void
throwSignal
(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:
throwSignal
in interfaceSignalRestService
-
createSignalEventReceivedBuilder
-