org.camunda.bpm.engine.rest.impl
Class SignalRestServiceImpl

java.lang.Object
  extended by org.camunda.bpm.engine.rest.spi.impl.AbstractProcessEngineAware
      extended by org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
          extended by 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 class org.camunda.bpm.engine.rest.spi.impl.AbstractProcessEngineAware
processEngine
 
Fields inherited from interface org.camunda.bpm.engine.rest.SignalRestService
PATH
 
Constructor Summary
SignalRestServiceImpl(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
           
 
Method Summary
protected  SignalEventReceivedBuilder createSignalEventReceivedBuilder(SignalDto dto)
           
 void throwSignal(SignalDto dto)
           
 
Methods inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
getObjectMapper, getProcessEngine, setRelativeRootResourceUri
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignalRestServiceImpl

public SignalRestServiceImpl(String engineName,
                             com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Method Detail

throwSignal

public void throwSignal(SignalDto dto)
Specified by:
throwSignal in interface SignalRestService

createSignalEventReceivedBuilder

protected SignalEventReceivedBuilder createSignalEventReceivedBuilder(SignalDto dto)


Copyright © 2017 camunda services GmbH. All rights reserved.