public class ExecutionVariableSnapshotObserver extends Object implements ExecutionObserver
| Modifier and Type | Field and Description | 
|---|---|
| protected ExecutionEntity | execution | 
| protected org.camunda.bpm.engine.variable.VariableMap | variableSnapshotThe 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)
ExecutionObserveronClear in interface ExecutionObserverexecution - the execution which is been observedpublic org.camunda.bpm.engine.variable.VariableMap getVariables()
Copyright © 2018. All rights reserved.