Uses of Interface
org.camunda.bpm.engine.impl.history.producer.HistoryEventProducer
Packages that use HistoryEventProducer
Package
Description
-
Uses of HistoryEventProducer in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg declared as HistoryEventProducerModifier and TypeFieldDescriptionprotected HistoryEventProducerProcessEngineConfigurationImpl.historyEventProducerMethods in org.camunda.bpm.engine.impl.cfg that return HistoryEventProducerMethods in org.camunda.bpm.engine.impl.cfg with parameters of type HistoryEventProducerModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.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 HistoryEventProducerModifier and TypeMethodDescriptionHistoryEventProcessor.HistoryEventCreator.createHistoryEvent(HistoryEventProducer producer) Creates theHistoryEventwith the help off the givenHistoryEventProducer.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 HistoryEventProducerModifier and TypeFieldDescriptionprotected final HistoryEventProducerHistoryExecutionListener.eventProducerprotected final HistoryEventProducerHistoryTaskListener.eventProducerMethods in org.camunda.bpm.engine.impl.history.parser with parameters of type HistoryEventProducerModifier and TypeMethodDescriptionprotected voidHistoryParseListener.initExecutionListeners(HistoryEventProducer historyEventProducer) Constructors in org.camunda.bpm.engine.impl.history.parser with parameters of type HistoryEventProducerModifierConstructorDescriptionActivityInstanceEndListener(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) -
Uses of HistoryEventProducer in org.camunda.bpm.engine.impl.history.producer
Classes in org.camunda.bpm.engine.impl.history.producer that implement HistoryEventProducerModifier and TypeClassDescriptionclassThis HistoryEventProducer is aware of theDbEntityManagercache and works in combination with theDbHistoryEventHandler.class