Class CaseInstanceUpdateListener
java.lang.Object
org.camunda.bpm.engine.impl.history.transformer.HistoryCaseExecutionListener
org.camunda.bpm.engine.impl.history.transformer.CaseInstanceUpdateListener
- All Implemented Interfaces:
CaseExecutionListener
,DelegateListener<DelegateCaseExecution>
- Author:
- Sebastian Menski
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.history.transformer.HistoryCaseExecutionListener
eventProducer, historyLevel
Fields inherited from interface org.camunda.bpm.engine.delegate.CaseExecutionListener
CLOSE, COMPLETE, CREATE, DISABLE, ENABLE, EXIT, MANUAL_START, OCCUR, PARENT_RESUME, PARENT_SUSPEND, PARENT_TERMINATE, RE_ACTIVATE, RE_ENABLE, RESUME, START, SUSPEND, TERMINATE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected HistoryEvent
createHistoryEvent
(DelegateCaseExecution caseExecution) Methods inherited from class org.camunda.bpm.engine.impl.history.transformer.HistoryCaseExecutionListener
ensureHistoryLevelInitialized, notify
-
Constructor Details
-
CaseInstanceUpdateListener
-
-
Method Details
-
createHistoryEvent
- Specified by:
createHistoryEvent
in classHistoryCaseExecutionListener
-