| Modifier and Type | Field and Description |
|---|---|
protected HistoryManager |
ProcessEngineConfigurationImpl.historyManager |
| Modifier and Type | Method and Description |
|---|---|
HistoryManager |
ProcessEngineConfigurationImpl.getHistoryManager() |
| Modifier and Type | Method and Description |
|---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setHistoryManager(HistoryManager historyManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHistoryManager |
class |
CompositeHistoryManager |
class |
DefaultHistoryManager
Manager class that centralises recording of all history-related operations that are originated from inside the engine.
|
| Modifier and Type | Field and Description |
|---|---|
protected Collection<HistoryManager> |
CompositeHistoryManager.historyManagers |
| Modifier and Type | Method and Description |
|---|---|
protected HistoryManager |
DefaultHistoryVariableManager.getHistoryManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeHistoryManager.addHistoryManager(HistoryManager historyManager) |
| Constructor and Description |
|---|
CompositeHistoryManager(Collection<HistoryManager> historyManagers) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAsyncHistoryManager |
class |
AsyncHistoryManager |
| Modifier and Type | Method and Description |
|---|---|
protected HistoryManager |
AbstractManager.getHistoryManager() |
| Modifier and Type | Method and Description |
|---|---|
protected HistoryManager |
ExecutionEntityManagerImpl.getHistoryManager() |
protected HistoryManager |
CommentEntityManagerImpl.getHistoryManager() |
protected HistoryManager |
AttachmentEntityManagerImpl.getHistoryManager() |
protected HistoryManager |
HistoricProcessInstanceEntityManagerImpl.getHistoryManager() |
protected HistoryManager |
ActivityInstanceEntityManagerImpl.getHistoryManager() |
protected HistoryManager |
HistoricActivityInstanceEntityManagerImpl.getHistoryManager() |
protected HistoryManager |
HistoricDetailEntityManagerImpl.getHistoryManager() |
| Modifier and Type | Method and Description |
|---|---|
static HistoryManager |
CommandContextUtil.getHistoryManager() |
static HistoryManager |
CommandContextUtil.getHistoryManager(CommandContext commandContext) |
Copyright © 2020 Flowable. All rights reserved.