Uses of Interface
org.camunda.bpm.engine.impl.history.handler.HistoryEventHandler

Packages that use HistoryEventHandler
org.camunda.bpm.engine.impl.cfg   
org.camunda.bpm.engine.impl.history.handler   
org.camunda.bpm.engine.impl.persistence.entity   
 

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

Fields in org.camunda.bpm.engine.impl.cfg declared as HistoryEventHandler
protected  HistoryEventHandler ProcessEngineConfigurationImpl.historyEventHandler
           
 

Methods in org.camunda.bpm.engine.impl.cfg that return HistoryEventHandler
 HistoryEventHandler ProcessEngineConfigurationImpl.getHistoryEventHandler()
           
 

Methods in org.camunda.bpm.engine.impl.cfg with parameters of type HistoryEventHandler
 ProcessEngineConfigurationImpl ProcessEngineConfigurationImpl.setHistoryEventHandler(HistoryEventHandler historyEventHandler)
           
 

Uses of HistoryEventHandler in org.camunda.bpm.engine.impl.history.handler
 

Classes in org.camunda.bpm.engine.impl.history.handler that implement HistoryEventHandler
 class DbHistoryEventHandler
          History event handler that writes history events to the process engine database using the DbEntityManager.
 

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

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



Copyright © 2015 camunda services GmbH. All rights reserved.