public interface InternalHistoryVariableManager
| 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.
|
void recordVariableCreate(VariableInstanceEntity variable, Date createTime)
void recordVariableUpdate(VariableInstanceEntity variable, Date updateTime)
void recordVariableRemoved(VariableInstanceEntity variable, Date removeTime)
void initAsyncHistoryCommandContextCloseListener()
Copyright © 2021 Flowable. All rights reserved.