Class ExecutionResourceImpl
java.lang.Object
org.camunda.bpm.engine.rest.sub.runtime.impl.ExecutionResourceImpl
- All Implemented Interfaces:
ExecutionResource
-
Field Summary
Modifier and TypeFieldDescriptionprotected ProcessEngine
protected String
protected com.fasterxml.jackson.databind.ObjectMapper
-
Constructor Summary
ConstructorDescriptionExecutionResourceImpl
(ProcessEngine engine, String executionId, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptioncreateIncident
(CreateIncidentDto createIncidentDto) getMessageEventSubscription
(String messageName) void
signalExecution
(ExecutionTriggerDto triggerDto)
-
Field Details
-
engine
-
executionId
-
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
Constructor Details
-
ExecutionResourceImpl
public ExecutionResourceImpl(ProcessEngine engine, String executionId, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
getExecution
- Specified by:
getExecution
in interfaceExecutionResource
-
signalExecution
- Specified by:
signalExecution
in interfaceExecutionResource
-
getLocalVariables
- Specified by:
getLocalVariables
in interfaceExecutionResource
-
getMessageEventSubscription
- Specified by:
getMessageEventSubscription
in interfaceExecutionResource
-
createIncident
- Specified by:
createIncident
in interfaceExecutionResource
-