public class CmmnHistoryVariableManager extends Object implements InternalHistoryVariableManager
| Modifier and Type | Field and Description |
|---|---|
protected CmmnEngineConfiguration |
cmmnEngineConfiguration |
| Constructor and Description |
|---|
CmmnHistoryVariableManager(CmmnEngineConfiguration cmmnEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
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 CmmnEngineConfiguration cmmnEngineConfiguration
public CmmnHistoryVariableManager(CmmnEngineConfiguration cmmnEngineConfiguration)
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 InternalHistoryVariableManagerCopyright © 2023 Flowable. All rights reserved.