public interface InternalHistoryVariableManager
| Modifier and Type | Method and Description |
|---|---|
void |
recordVariableCreate(VariableInstanceEntity variable)
Record a variable has been created, if audit history is enabled.
|
void |
recordVariableRemoved(VariableInstanceEntity variable)
Record a variable has been deleted, if audit history is enabled.
|
void |
recordVariableUpdate(VariableInstanceEntity variable)
Record a variable has been updated, if audit history is enabled.
|
void recordVariableCreate(VariableInstanceEntity variable)
void recordVariableUpdate(VariableInstanceEntity variable)
void recordVariableRemoved(VariableInstanceEntity variable)
Copyright © 2018 Flowable. All rights reserved.