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