| Package | Description |
|---|---|
| org.flowable.cmmn.engine | |
| org.flowable.engine.impl.cfg | |
| org.flowable.job.service | |
| org.flowable.job.service.impl.history.async |
| Modifier and Type | Field and Description |
|---|---|
protected List<HistoryJobHandler> |
CmmnEngineConfiguration.customHistoryJobHandlers |
protected Map<String,HistoryJobHandler> |
CmmnEngineConfiguration.historyJobHandlers |
| Modifier and Type | Method and Description |
|---|---|
List<HistoryJobHandler> |
CmmnEngineConfiguration.getCustomHistoryJobHandlers() |
Map<String,HistoryJobHandler> |
CmmnEngineConfiguration.getHistoryJobHandlers() |
| Modifier and Type | Method and Description |
|---|---|
void |
CmmnEngineConfiguration.addHistoryJobHandler(HistoryJobHandler historyJobHandler) |
| Modifier and Type | Method and Description |
|---|---|
CmmnEngineConfiguration |
CmmnEngineConfiguration.setCustomHistoryJobHandlers(List<HistoryJobHandler> customHistoryJobHandlers) |
CmmnEngineConfiguration |
CmmnEngineConfiguration.setHistoryJobHandlers(Map<String,HistoryJobHandler> historyJobHandlers) |
| Modifier and Type | Field and Description |
|---|---|
protected List<HistoryJobHandler> |
ProcessEngineConfigurationImpl.customHistoryJobHandlers |
protected Map<String,HistoryJobHandler> |
ProcessEngineConfigurationImpl.historyJobHandlers |
| Modifier and Type | Method and Description |
|---|---|
List<HistoryJobHandler> |
ProcessEngineConfigurationImpl.getCustomHistoryJobHandlers() |
Map<String,HistoryJobHandler> |
ProcessEngineConfigurationImpl.getHistoryJobHandlers() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessEngineConfigurationImpl.addHistoryJobHandler(HistoryJobHandler historyJobHandler) |
| Modifier and Type | Method and Description |
|---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setCustomHistoryJobHandlers(List<HistoryJobHandler> customHistoryJobHandlers) |
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setHistoryJobHandlers(Map<String,HistoryJobHandler> historyJobHandlers) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,HistoryJobHandler> |
JobServiceConfiguration.historyJobHandlers |
| Modifier and Type | Method and Description |
|---|---|
Map<String,HistoryJobHandler> |
JobServiceConfiguration.getHistoryJobHandlers() |
| Modifier and Type | Method and Description |
|---|---|
JobServiceConfiguration |
JobServiceConfiguration.addHistoryJobHandler(String type,
HistoryJobHandler historyJobHandler) |
JobServiceConfiguration |
JobServiceConfiguration.mergeHistoryJobHandler(HistoryJobHandler historyJobHandler)
Registers the given
HistoryJobHandler under the provided type and checks for
existing default and internal HistoryJobHandler instances to be of the same class. |
| Modifier and Type | Method and Description |
|---|---|
JobServiceConfiguration |
JobServiceConfiguration.setHistoryJobHandlers(Map<String,HistoryJobHandler> historyJobHandlers) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAsyncHistoryJobHandler |
class |
AsyncHistoryJobHandler |
class |
AsyncHistoryJobZippedHandler |
Copyright © 2023 Flowable. All rights reserved.