public class VariableInstanceHistoryListener extends Object implements VariableInstanceLifecycleListener<VariableInstanceEntity>
| Modifier and Type | Field and Description |
|---|---|
static VariableInstanceHistoryListener |
INSTANCE |
| Constructor and Description |
|---|
VariableInstanceHistoryListener() |
| Modifier and Type | Method and Description |
|---|---|
protected HistoryLevel |
getHistoryLevel() |
void |
onCreate(VariableInstanceEntity variableInstance,
AbstractVariableScope sourceScope) |
void |
onDelete(VariableInstanceEntity variableInstance,
AbstractVariableScope sourceScope) |
void |
onUpdate(VariableInstanceEntity variableInstance,
AbstractVariableScope sourceScope) |
public static final VariableInstanceHistoryListener INSTANCE
public void onCreate(VariableInstanceEntity variableInstance, AbstractVariableScope sourceScope)
onCreate in interface VariableInstanceLifecycleListener<VariableInstanceEntity>public void onDelete(VariableInstanceEntity variableInstance, AbstractVariableScope sourceScope)
onDelete in interface VariableInstanceLifecycleListener<VariableInstanceEntity>public void onUpdate(VariableInstanceEntity variableInstance, AbstractVariableScope sourceScope)
onUpdate in interface VariableInstanceLifecycleListener<VariableInstanceEntity>protected HistoryLevel getHistoryLevel()
Copyright © 2013–2021 camunda services GmbH. All rights reserved.