public class ExecutionResourceImpl extends Object implements ExecutionResource
Modifier and Type | Field and Description |
---|---|
protected ProcessEngine |
engine |
protected String |
executionId |
protected org.codehaus.jackson.map.ObjectMapper |
objectMapper |
Constructor and Description |
---|
ExecutionResourceImpl(ProcessEngine engine,
String executionId,
org.codehaus.jackson.map.ObjectMapper objectMapper) |
Modifier and Type | Method and Description |
---|---|
ExecutionDto |
getExecution() |
VariableResource |
getLocalVariables() |
EventSubscriptionResource |
getMessageEventSubscription(String messageName) |
void |
signalExecution(ExecutionTriggerDto triggerDto) |
protected ProcessEngine engine
protected String executionId
protected org.codehaus.jackson.map.ObjectMapper objectMapper
public ExecutionResourceImpl(ProcessEngine engine, String executionId, org.codehaus.jackson.map.ObjectMapper objectMapper)
public ExecutionDto getExecution()
getExecution
in interface ExecutionResource
public void signalExecution(ExecutionTriggerDto triggerDto)
signalExecution
in interface ExecutionResource
public VariableResource getLocalVariables()
getLocalVariables
in interface ExecutionResource
public EventSubscriptionResource getMessageEventSubscription(String messageName)
getMessageEventSubscription
in interface ExecutionResource
Copyright © 2018. All rights reserved.