public class DefaultHistoryVariableManager extends Object implements InternalHistoryVariableManager
| Modifier and Type | Field and Description |
|---|---|
protected ProcessEngineConfigurationImpl |
processEngineConfiguration |
| Constructor and Description |
|---|
DefaultHistoryVariableManager(ProcessEngineConfigurationImpl processEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
protected HistoryManager |
getHistoryManager() |
void |
recordVariableCreate(VariableInstanceEntity variable) |
void |
recordVariableRemoved(VariableInstanceEntity variable) |
void |
recordVariableUpdate(VariableInstanceEntity variable) |
protected ProcessEngineConfigurationImpl processEngineConfiguration
public DefaultHistoryVariableManager(ProcessEngineConfigurationImpl processEngineConfiguration)
public void recordVariableCreate(VariableInstanceEntity variable)
recordVariableCreate in interface InternalHistoryVariableManagerpublic void recordVariableUpdate(VariableInstanceEntity variable)
recordVariableUpdate in interface InternalHistoryVariableManagerpublic void recordVariableRemoved(VariableInstanceEntity variable)
recordVariableRemoved in interface InternalHistoryVariableManagerprotected HistoryManager getHistoryManager()
Copyright © 2018 Flowable. All rights reserved.