org.camunda.bpm.engine.rest.sub.runtime.impl
Class ExecutionResourceImpl

java.lang.Object
  extended by org.camunda.bpm.engine.rest.sub.runtime.impl.ExecutionResourceImpl
All Implemented Interfaces:
ExecutionResource

public class ExecutionResourceImpl
extends Object
implements ExecutionResource


Field Summary
protected  ProcessEngine engine
           
protected  String executionId
           
protected  com.fasterxml.jackson.databind.ObjectMapper objectMapper
           
 
Constructor Summary
ExecutionResourceImpl(ProcessEngine engine, String executionId, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
           
 
Method Summary
 ExecutionDto getExecution()
           
 VariableResource getLocalVariables()
           
 EventSubscriptionResource getMessageEventSubscription(String messageName)
           
 void signalExecution(ExecutionTriggerDto triggerDto)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

engine

protected ProcessEngine engine

executionId

protected String executionId

objectMapper

protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
Constructor Detail

ExecutionResourceImpl

public ExecutionResourceImpl(ProcessEngine engine,
                             String executionId,
                             com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Method Detail

getExecution

public ExecutionDto getExecution()
Specified by:
getExecution in interface ExecutionResource

signalExecution

public void signalExecution(ExecutionTriggerDto triggerDto)
Specified by:
signalExecution in interface ExecutionResource

getLocalVariables

public VariableResource getLocalVariables()
Specified by:
getLocalVariables in interface ExecutionResource

getMessageEventSubscription

public EventSubscriptionResource getMessageEventSubscription(String messageName)
Specified by:
getMessageEventSubscription in interface ExecutionResource


Copyright © 2016 camunda services GmbH. All rights reserved.