| 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() |
| 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 |
|---|---|
static HistoryManager |
CommandContextUtil.getHistoryManager() |
static HistoryManager |
CommandContextUtil.getHistoryManager(CommandContext commandContext) |
Copyright © 2019 Flowable. All rights reserved.