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)
Record a variable has been created, if audit history is enabled.
|
void |
recordVariableRemoved(VariableInstanceEntity variable,
Date removeTime)
Record a variable has been deleted, if audit history is enabled.
|
void |
recordVariableUpdate(VariableInstanceEntity variable,
Date updateTime)
Record a variable has been updated, if audit history is enabled.
|
protected ProcessEngineConfigurationImpl processEngineConfiguration
public DefaultHistoryVariableManager(ProcessEngineConfigurationImpl processEngineConfiguration)
public void recordVariableCreate(VariableInstanceEntity variable, Date createTime)
InternalHistoryVariableManagerrecordVariableCreate in interface InternalHistoryVariableManagerpublic void recordVariableUpdate(VariableInstanceEntity variable, Date updateTime)
InternalHistoryVariableManagerrecordVariableUpdate in interface InternalHistoryVariableManagerpublic void recordVariableRemoved(VariableInstanceEntity variable, Date removeTime)
InternalHistoryVariableManagerrecordVariableRemoved in interface InternalHistoryVariableManagerpublic void initAsyncHistoryCommandContextCloseListener()
initAsyncHistoryCommandContextCloseListener in interface InternalHistoryVariableManagerprotected HistoryManager getHistoryManager()
Copyright © 2023 Flowable. All rights reserved.