Class CaseInstanceCreateListener
- java.lang.Object
-
- org.camunda.bpm.engine.impl.history.transformer.HistoryCaseExecutionListener
-
- org.camunda.bpm.engine.impl.history.transformer.CaseInstanceCreateListener
-
- All Implemented Interfaces:
CaseExecutionListener
,DelegateListener<DelegateCaseExecution>
public class CaseInstanceCreateListener extends HistoryCaseExecutionListener
- 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
Constructors Constructor Description CaseInstanceCreateListener(CmmnHistoryEventProducer historyEventProducer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected HistoryEvent
createHistoryEvent(DelegateCaseExecution caseExecution)
-
Methods inherited from class org.camunda.bpm.engine.impl.history.transformer.HistoryCaseExecutionListener
ensureHistoryLevelInitialized, notify
-
-
-
-
Constructor Detail
-
CaseInstanceCreateListener
public CaseInstanceCreateListener(CmmnHistoryEventProducer historyEventProducer)
-
-
Method Detail
-
createHistoryEvent
protected HistoryEvent createHistoryEvent(DelegateCaseExecution caseExecution)
- Specified by:
createHistoryEvent
in classHistoryCaseExecutionListener
-
-