| 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 |
DefaultHistoryManager
Manager class that centralises recording of all history-related operations that are originated from inside the engine.
|
| Modifier and Type | Method and Description |
|---|---|
protected HistoryManager |
DefaultHistoryVariableManager.getHistoryManager() |
protected HistoryManager |
DefaultHistoryTaskManager.getHistoryManager() |
| Modifier and Type | Class and Description |
|---|---|
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 © 2017 Flowable. All rights reserved.