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 |
initAsyncHistoryCommandContextCloseListener() |
void |
recordVariableCreate(VariableInstanceEntity variable,
Date createTime) |
void |
recordVariableRemoved(VariableInstanceEntity variable,
Date removeTime) |
void |
recordVariableUpdate(VariableInstanceEntity variable,
Date updateTime) |
protected ProcessEngineConfigurationImpl processEngineConfiguration
public DefaultHistoryVariableManager(ProcessEngineConfigurationImpl processEngineConfiguration)
public void recordVariableCreate(VariableInstanceEntity variable, Date createTime)
recordVariableCreate in interface InternalHistoryVariableManagerpublic void recordVariableUpdate(VariableInstanceEntity variable, Date updateTime)
recordVariableUpdate in interface InternalHistoryVariableManagerpublic void recordVariableRemoved(VariableInstanceEntity variable, Date removeTime)
recordVariableRemoved in interface InternalHistoryVariableManagerpublic void initAsyncHistoryCommandContextCloseListener()
initAsyncHistoryCommandContextCloseListener in interface InternalHistoryVariableManagerprotected HistoryManager getHistoryManager()
Copyright © 2020 Flowable. All rights reserved.