public class ExecutionResourceImpl extends Object implements ExecutionResource
Modifier and Type | Field and Description |
---|---|
protected ProcessEngine |
engine |
protected String |
executionId |
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
Constructor and Description |
---|
ExecutionResourceImpl(ProcessEngine engine,
String executionId,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
Modifier and Type | Method and Description |
---|---|
IncidentDto |
createIncident(CreateIncidentDto createIncidentDto) |
ExecutionDto |
getExecution() |
VariableResource |
getLocalVariables() |
EventSubscriptionResource |
getMessageEventSubscription(String messageName) |
void |
signalExecution(ExecutionTriggerDto triggerDto) |
protected ProcessEngine engine
protected String executionId
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
public ExecutionResourceImpl(ProcessEngine engine, String executionId, com.fasterxml.jackson.databind.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
public IncidentDto createIncident(CreateIncidentDto createIncidentDto)
createIncident
in interface ExecutionResource
Copyright © 2022. All rights reserved.