Uses of Interface
org.camunda.bpm.engine.impl.history.producer.HistoryEventProducer
-
-
Uses of HistoryEventProducer in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg declared as HistoryEventProducer Modifier and Type Field Description protected HistoryEventProducerProcessEngineConfigurationImpl. historyEventProducerMethods in org.camunda.bpm.engine.impl.cfg that return HistoryEventProducer Modifier and Type Method Description HistoryEventProducerProcessEngineConfigurationImpl. getHistoryEventProducer()Methods in org.camunda.bpm.engine.impl.cfg with parameters of type HistoryEventProducer Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. 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 Modifier and Type Method Description HistoryEventHistoryEventProcessor.HistoryEventCreator. createHistoryEvent(HistoryEventProducer producer)Creates theHistoryEventwith the help off the givenHistoryEventProducer.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 Modifier and Type Field Description protected HistoryEventProducerHistoryExecutionListener. eventProducerprotected HistoryEventProducerHistoryTaskListener. eventProducerMethods in org.camunda.bpm.engine.impl.history.parser with parameters of type HistoryEventProducer Modifier and Type Method Description protected voidHistoryParseListener. initExecutionListeners(HistoryEventProducer historyEventProducer)Constructors in org.camunda.bpm.engine.impl.history.parser with parameters of type HistoryEventProducer Constructor 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) -
Uses of HistoryEventProducer in org.camunda.bpm.engine.impl.history.producer
Classes in org.camunda.bpm.engine.impl.history.producer that implement HistoryEventProducer Modifier and Type Class Description classCacheAwareHistoryEventProducerThis HistoryEventProducer is aware of theDbEntityManagercache and works in combination with theDbHistoryEventHandler.classDefaultHistoryEventProducer
-