Class ActivityInstanceStartListener
- java.lang.Object
-
- org.camunda.bpm.engine.impl.history.parser.HistoryExecutionListener
-
- org.camunda.bpm.engine.impl.history.parser.ActivityInstanceStartListener
-
- All Implemented Interfaces:
DelegateListener<DelegateExecution>
,ExecutionListener
public class ActivityInstanceStartListener extends HistoryExecutionListener
- 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
Constructors Constructor Description ActivityInstanceStartListener(HistoryEventProducer historyEventProducer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected HistoryEvent
createHistoryEvent(DelegateExecution execution)
-
Methods inherited from class org.camunda.bpm.engine.impl.history.parser.HistoryExecutionListener
ensureHistoryLevelInitialized, notify
-
-
-
-
Constructor Detail
-
ActivityInstanceStartListener
public ActivityInstanceStartListener(HistoryEventProducer historyEventProducer)
-
-
Method Detail
-
createHistoryEvent
protected HistoryEvent createHistoryEvent(DelegateExecution execution)
- Specified by:
createHistoryEvent
in classHistoryExecutionListener
-
-