Class ProcessInstanceEndListener
java.lang.Object
org.camunda.bpm.engine.impl.history.parser.HistoryExecutionListener
org.camunda.bpm.engine.impl.history.parser.ProcessInstanceEndListener
- All Implemented Interfaces:
DelegateListener<DelegateExecution>,ExecutionListener
- Author:
- Daniel Meyer
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.history.parser.HistoryExecutionListener
eventProducer, historyLevelFields inherited from interface org.camunda.bpm.engine.delegate.ExecutionListener
EVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected HistoryEventcreateHistoryEvent(DelegateExecution execution) Methods inherited from class org.camunda.bpm.engine.impl.history.parser.HistoryExecutionListener
ensureHistoryLevelInitialized, notify
-
Constructor Details
-
ProcessInstanceEndListener
-
-
Method Details
-
createHistoryEvent
- Specified by:
createHistoryEventin classHistoryExecutionListener
-