| Modifier and Type | Field and Description |
|---|---|
protected HistoryEventProducer |
ProcessEngineConfigurationImpl.historyEventProducer |
| Modifier and Type | Method and Description |
|---|---|
HistoryEventProducer |
ProcessEngineConfigurationImpl.getHistoryEventProducer() |
| Modifier and Type | Method and Description |
|---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setHistoryEventProducer(HistoryEventProducer historyEventProducer) |
| Modifier and Type | Method and Description |
|---|---|
HistoryEvent |
HistoryEventProcessor.HistoryEventCreator.createHistoryEvent(HistoryEventProducer producer)
Creates the
HistoryEvent with the help off the given
HistoryEventProducer. |
List<HistoryEvent> |
HistoryEventProcessor.HistoryEventCreator.createHistoryEvents(HistoryEventProducer producer) |
| Modifier and Type | Field and Description |
|---|---|
protected HistoryEventProducer |
HistoryTaskListener.eventProducer |
protected HistoryEventProducer |
HistoryExecutionListener.eventProducer |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HistoryParseListener.initExecutionListeners(HistoryEventProducer historyEventProducer) |
| Constructor and Description |
|---|
ActivityInstanceEndListener(HistoryEventProducer historyEventProducer) |
ActivityInstanceStartListener(HistoryEventProducer historyEventProducer) |
ActivityInstanceUpdateListener(HistoryEventProducer historyEventProducer) |
HistoryExecutionListener(HistoryEventProducer historyEventProducer) |
HistoryParseListener(HistoryEventProducer historyEventProducer) |
HistoryTaskListener(HistoryEventProducer historyEventProducer) |
ProcessInstanceEndListener(HistoryEventProducer historyEventProducer) |
ProcessInstanceStartListener(HistoryEventProducer historyEventProducer) |
ProcessInstanceUpdateListener(HistoryEventProducer historyEventProducer) |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheAwareHistoryEventProducer
This HistoryEventProducer is aware of the
DbEntityManager cache
and works in combination with the DbHistoryEventHandler. |
class |
DefaultHistoryEventProducer |
Copyright © 2013–2019 camunda services GmbH. All rights reserved.