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