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

Packages that use CmmnHistoryEventProducer
org.camunda.bpm.engine.impl.cfg   
org.camunda.bpm.engine.impl.history.producer   
org.camunda.bpm.engine.impl.history.transformer   
 

Uses of CmmnHistoryEventProducer in org.camunda.bpm.engine.impl.cfg
 

Fields in org.camunda.bpm.engine.impl.cfg declared as CmmnHistoryEventProducer
protected  CmmnHistoryEventProducer ProcessEngineConfigurationImpl.cmmnHistoryEventProducer
           
 

Methods in org.camunda.bpm.engine.impl.cfg that return CmmnHistoryEventProducer
 CmmnHistoryEventProducer ProcessEngineConfigurationImpl.getCmmnHistoryEventProducer()
           
 

Methods in org.camunda.bpm.engine.impl.cfg with parameters of type CmmnHistoryEventProducer
 ProcessEngineConfigurationImpl ProcessEngineConfigurationImpl.setCmmnHistoryEventProducer(CmmnHistoryEventProducer cmmnHistoryEventProducer)
           
 

Uses of CmmnHistoryEventProducer in org.camunda.bpm.engine.impl.history.producer
 

Classes in org.camunda.bpm.engine.impl.history.producer that implement CmmnHistoryEventProducer
 class CacheAwareCmmnHistoryEventProducer
           
 class DefaultCmmnHistoryEventProducer
           
 

Uses of CmmnHistoryEventProducer in org.camunda.bpm.engine.impl.history.transformer
 

Fields in org.camunda.bpm.engine.impl.history.transformer declared as CmmnHistoryEventProducer
protected  CmmnHistoryEventProducer HistoryCaseExecutionListener.eventProducer
           
 

Methods in org.camunda.bpm.engine.impl.history.transformer with parameters of type CmmnHistoryEventProducer
protected  void CmmnHistoryTransformListener.initCaseExecutionListeners(CmmnHistoryEventProducer historyEventProducer, HistoryLevel historyLevel)
           
 

Constructors in org.camunda.bpm.engine.impl.history.transformer with parameters of type CmmnHistoryEventProducer
CaseActivityInstanceCreateListener(CmmnHistoryEventProducer historyEventProducer, HistoryLevel historyLevel)
           
CaseActivityInstanceEndListener(CmmnHistoryEventProducer historyEventProducer, HistoryLevel historyLevel)
           
CaseActivityInstanceUpdateListener(CmmnHistoryEventProducer historyEventProducer, HistoryLevel historyLevel)
           
CaseInstanceCloseListener(CmmnHistoryEventProducer historyEventProducer, HistoryLevel historyLevel)
           
CaseInstanceCreateListener(CmmnHistoryEventProducer historyEventProducer, HistoryLevel historyLevel)
           
CaseInstanceUpdateListener(CmmnHistoryEventProducer historyEventProducer, HistoryLevel historyLevel)
           
CmmnHistoryTransformListener(HistoryLevel historyLevel, CmmnHistoryEventProducer historyEventProducer)
           
HistoryCaseExecutionListener(CmmnHistoryEventProducer historyEventProducer, HistoryLevel historyLevel)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.