|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of HistoryEventProducer in org.camunda.bpm.engine.impl.cfg |
|---|
| Fields in org.camunda.bpm.engine.impl.cfg declared as HistoryEventProducer | |
|---|---|
protected HistoryEventProducer |
ProcessEngineConfigurationImpl.historyEventProducer
|
| Methods in org.camunda.bpm.engine.impl.cfg that return HistoryEventProducer | |
|---|---|
HistoryEventProducer |
ProcessEngineConfigurationImpl.getHistoryEventProducer()
|
| Methods in org.camunda.bpm.engine.impl.cfg with parameters of type HistoryEventProducer | |
|---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setHistoryEventProducer(HistoryEventProducer historyEventProducer)
|
| Uses of HistoryEventProducer in org.camunda.bpm.engine.impl.history.event |
|---|
| Methods in org.camunda.bpm.engine.impl.history.event with parameters of type HistoryEventProducer | |
|---|---|
HistoryEvent |
HistoryEventProcessor.HistoryEventCreator.createHistoryEvent(HistoryEventProducer producer)
Creates the HistoryEvent with the help off the given
HistoryEventProducer. |
List<HistoryEvent> |
HistoryEventProcessor.HistoryEventCreator.createHistoryEvents(HistoryEventProducer producer)
|
| Uses of HistoryEventProducer in org.camunda.bpm.engine.impl.history.parser |
|---|
| Fields in org.camunda.bpm.engine.impl.history.parser declared as HistoryEventProducer | |
|---|---|
protected HistoryEventProducer |
HistoryTaskListener.eventProducer
|
protected HistoryEventProducer |
HistoryExecutionListener.eventProducer
|
| Methods in org.camunda.bpm.engine.impl.history.parser with parameters of type HistoryEventProducer | |
|---|---|
protected void |
HistoryParseListener.initExecutionListeners(HistoryEventProducer historyEventProducer,
HistoryLevel historyLevel)
|
| Constructors in org.camunda.bpm.engine.impl.history.parser with parameters of type HistoryEventProducer | |
|---|---|
ActivityInstanceEndListener(HistoryEventProducer historyEventProducer,
HistoryLevel historyLevel)
|
|
ActivityInstanceStartListener(HistoryEventProducer historyEventProducer,
HistoryLevel historyLevel)
|
|
ActivityInstanceUpdateListener(HistoryEventProducer historyEventProducer,
HistoryLevel historyLevel)
|
|
HistoryExecutionListener(HistoryEventProducer historyEventProducer,
HistoryLevel historyLevel)
|
|
HistoryParseListener(HistoryLevel historyLevel,
HistoryEventProducer historyEventProducer)
|
|
HistoryTaskListener(HistoryEventProducer historyEventProducer,
HistoryLevel historyLevel)
|
|
ProcessInstanceEndListener(HistoryEventProducer historyEventProducer,
HistoryLevel historyLevel)
|
|
ProcessInstanceStartListener(HistoryEventProducer historyEventProducer,
HistoryLevel historyLevel)
|
|
| Uses of HistoryEventProducer in org.camunda.bpm.engine.impl.history.producer |
|---|
| Classes in org.camunda.bpm.engine.impl.history.producer that implement HistoryEventProducer | |
|---|---|
class |
CacheAwareHistoryEventProducer
This HistoryEventProducer is aware of the DbEntityManager cache
and works in combination with the DbHistoryEventHandler. |
class |
DefaultHistoryEventProducer
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||