public class ExecutionVariableSnapshotObserver extends Object implements ExecutionObserver
Modifier and Type | Field and Description |
---|---|
protected ExecutionEntity |
execution |
protected org.camunda.bpm.engine.variable.VariableMap |
variableSnapshot
The variables which are observed during the execution.
|
Constructor and Description |
---|
ExecutionVariableSnapshotObserver(ExecutionEntity executionEntity) |
Modifier and Type | Method and Description |
---|---|
org.camunda.bpm.engine.variable.VariableMap |
getVariables() |
void |
onClear(ExecutionEntity execution)
Callback which is called in the clearExecution method of the ExecutionEntity.
|
protected org.camunda.bpm.engine.variable.VariableMap variableSnapshot
protected ExecutionEntity execution
public ExecutionVariableSnapshotObserver(ExecutionEntity executionEntity)
public void onClear(ExecutionEntity execution)
ExecutionObserver
onClear
in interface ExecutionObserver
execution
- the execution which is been observedpublic org.camunda.bpm.engine.variable.VariableMap getVariables()
Copyright © 2020. All rights reserved.