Uses of Interface
org.camunda.bpm.engine.impl.history.producer.CmmnHistoryEventProducer
Packages that use CmmnHistoryEventProducer
Package
Description
-
Uses of CmmnHistoryEventProducer in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg declared as CmmnHistoryEventProducerModifier and TypeFieldDescriptionprotected CmmnHistoryEventProducer
ProcessEngineConfigurationImpl.cmmnHistoryEventProducer
Methods in org.camunda.bpm.engine.impl.cfg that return CmmnHistoryEventProducerMethods in org.camunda.bpm.engine.impl.cfg with parameters of type CmmnHistoryEventProducerModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.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 CmmnHistoryEventProducerModifier and TypeClassDescriptionclass
class
-
Uses of CmmnHistoryEventProducer in org.camunda.bpm.engine.impl.history.transformer
Fields in org.camunda.bpm.engine.impl.history.transformer declared as CmmnHistoryEventProducerModifier and TypeFieldDescriptionprotected CmmnHistoryEventProducer
HistoryCaseExecutionListener.eventProducer
Methods in org.camunda.bpm.engine.impl.history.transformer with parameters of type CmmnHistoryEventProducerModifier and TypeMethodDescriptionprotected void
CmmnHistoryTransformListener.initCaseExecutionListeners
(CmmnHistoryEventProducer historyEventProducer) Constructors in org.camunda.bpm.engine.impl.history.transformer with parameters of type CmmnHistoryEventProducerModifierConstructorDescriptionCaseActivityInstanceCreateListener
(CmmnHistoryEventProducer historyEventProducer) CaseActivityInstanceEndListener
(CmmnHistoryEventProducer historyEventProducer) CaseActivityInstanceUpdateListener
(CmmnHistoryEventProducer historyEventProducer) CaseInstanceCloseListener
(CmmnHistoryEventProducer historyEventProducer) CaseInstanceCreateListener
(CmmnHistoryEventProducer historyEventProducer) CaseInstanceUpdateListener
(CmmnHistoryEventProducer historyEventProducer) CmmnHistoryTransformListener
(CmmnHistoryEventProducer historyEventProducer) HistoryCaseExecutionListener
(CmmnHistoryEventProducer historyEventProducer)