| Package | Description |
|---|---|
| org.camunda.bpm.engine.impl.cfg | |
| org.camunda.bpm.engine.impl.history.handler |
| Modifier and Type | Field and Description |
|---|---|
protected HistoryEventHandler |
ProcessEngineConfigurationImpl.historyEventHandler |
| Modifier and Type | Method and Description |
|---|---|
HistoryEventHandler |
ProcessEngineConfigurationImpl.getHistoryEventHandler() |
| Modifier and Type | Method and Description |
|---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setHistoryEventHandler(HistoryEventHandler historyEventHandler) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeDbHistoryEventHandler
A
CompositeHistoryEventHandler implementation which additionally adds
to the list of HistoryEventHandler the DbHistoryEventHandler
which persists events to a database. |
class |
CompositeHistoryEventHandler
A
HistoryEventHandler implementation which delegates to a list of
HistoryEventHandler. |
class |
DbHistoryEventHandler
History event handler that writes history events to the process engine
database using the DbEntityManager.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<HistoryEventHandler> |
CompositeHistoryEventHandler.historyEventHandlers
The list of
HistoryEventHandler which consume the event. |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeHistoryEventHandler.add(HistoryEventHandler historyEventHandler)
Adds the
HistoryEventHandler to the list of
HistoryEventHandler that consume the event. |
| Constructor and Description |
|---|
CompositeDbHistoryEventHandler(HistoryEventHandler... historyEventHandlers)
Constructor that takes a varargs parameter
HistoryEventHandler that
consume the event and adds DbHistoryEventHandler to the list of
HistoryEventHandler. |
CompositeHistoryEventHandler(HistoryEventHandler... historyEventHandlers)
Constructor that takes a varargs parameter
HistoryEventHandler that
consume the event. |
| Constructor and Description |
|---|
CompositeDbHistoryEventHandler(List<HistoryEventHandler> historyEventHandlers)
Constructor that takes a list of
HistoryEventHandler that consume
the event and adds DbHistoryEventHandler to the list of
HistoryEventHandler. |
CompositeHistoryEventHandler(List<HistoryEventHandler> historyEventHandlers)
Constructor that takes a list of
HistoryEventHandler that consume
the event. |
Copyright © 2013–2019 camunda services GmbH. All rights reserved.