Class HistoryTaskListener
java.lang.Object
org.camunda.bpm.engine.impl.history.parser.HistoryTaskListener
- All Implemented Interfaces:
TaskListener
- Direct Known Subclasses:
ActivityInstanceUpdateListener
A TaskListener
implementation that delegates to a
HistoryEventProducer
.
- Author:
- Daniel Meyer
-
Field Summary
FieldsFields inherited from interface org.camunda.bpm.engine.delegate.TaskListener
EVENTNAME_ASSIGNMENT, EVENTNAME_COMPLETE, EVENTNAME_CREATE, EVENTNAME_DELETE, EVENTNAME_TIMEOUT, EVENTNAME_UPDATE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract HistoryEvent
createHistoryEvent
(DelegateTask task, ExecutionEntity execution) protected void
void
notify
(DelegateTask task)
-
Field Details
-
eventProducer
-
historyLevel
-
-
Constructor Details
-
HistoryTaskListener
-
-
Method Details
-
notify
- Specified by:
notify
in interfaceTaskListener
-
ensureHistoryLevelInitialized
protected void ensureHistoryLevelInitialized() -
createHistoryEvent
-