Uses of Interface
org.camunda.bpm.engine.impl.history.producer.CmmnHistoryEventProducer
-
Packages that use CmmnHistoryEventProducer Package Description 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 Modifier and Type Field Description protected CmmnHistoryEventProducerProcessEngineConfigurationImpl. cmmnHistoryEventProducerMethods in org.camunda.bpm.engine.impl.cfg that return CmmnHistoryEventProducer Modifier and Type Method Description CmmnHistoryEventProducerProcessEngineConfigurationImpl. getCmmnHistoryEventProducer()Methods in org.camunda.bpm.engine.impl.cfg with parameters of type CmmnHistoryEventProducer Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. 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 Modifier and Type Class Description classCacheAwareCmmnHistoryEventProducerclassDefaultCmmnHistoryEventProducer -
Uses of CmmnHistoryEventProducer in org.camunda.bpm.engine.impl.history.transformer
Fields in org.camunda.bpm.engine.impl.history.transformer declared as CmmnHistoryEventProducer Modifier and Type Field Description protected CmmnHistoryEventProducerHistoryCaseExecutionListener. eventProducerMethods in org.camunda.bpm.engine.impl.history.transformer with parameters of type CmmnHistoryEventProducer Modifier and Type Method Description protected voidCmmnHistoryTransformListener. initCaseExecutionListeners(CmmnHistoryEventProducer historyEventProducer)Constructors in org.camunda.bpm.engine.impl.history.transformer with parameters of type CmmnHistoryEventProducer Constructor Description CaseActivityInstanceCreateListener(CmmnHistoryEventProducer historyEventProducer)CaseActivityInstanceEndListener(CmmnHistoryEventProducer historyEventProducer)CaseActivityInstanceUpdateListener(CmmnHistoryEventProducer historyEventProducer)CaseInstanceCloseListener(CmmnHistoryEventProducer historyEventProducer)CaseInstanceCreateListener(CmmnHistoryEventProducer historyEventProducer)CaseInstanceUpdateListener(CmmnHistoryEventProducer historyEventProducer)CmmnHistoryTransformListener(CmmnHistoryEventProducer historyEventProducer)HistoryCaseExecutionListener(CmmnHistoryEventProducer historyEventProducer)
-