org.camunda.bpm.engine.rest.sub.runtime.impl
Class ExecutionResourceImpl
java.lang.Object
org.camunda.bpm.engine.rest.sub.runtime.impl.ExecutionResourceImpl
- All Implemented Interfaces:
- ExecutionResource
public class ExecutionResourceImpl
- extends Object
- implements ExecutionResource
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
engine
protected ProcessEngine engine
executionId
protected String executionId
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
ExecutionResourceImpl
public ExecutionResourceImpl(ProcessEngine engine,
String executionId,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
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.