Uses of Interface
org.camunda.bpm.engine.impl.history.producer.HistoryEventProducer

Packages that use HistoryEventProducer
org.camunda.bpm.engine.impl.cfg   
org.camunda.bpm.engine.impl.history.parser   
org.camunda.bpm.engine.impl.history.producer   
org.camunda.bpm.engine.impl.persistence.entity   
 

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.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
           
 

Uses of HistoryEventProducer in org.camunda.bpm.engine.impl.persistence.entity
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return HistoryEventProducer
protected  HistoryEventProducer HistoricJobLogManager.getHistoryEventProducer()
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.