org.camunda.bpm.engine.impl.history.parser
Class HistoryTaskListener
java.lang.Object
org.camunda.bpm.engine.impl.history.parser.HistoryTaskListener
- All Implemented Interfaces:
- TaskListener
- Direct Known Subclasses:
- ActivityInstanceUpdateListener
public abstract class HistoryTaskListener
- extends Object
- implements TaskListener
A TaskListener implementation that delegates to a
HistoryEventProducer.
- Author:
- Daniel Meyer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
eventProducer
protected final HistoryEventProducer eventProducer
historyLevel
protected HistoryLevel historyLevel
HistoryTaskListener
public HistoryTaskListener(HistoryEventProducer historyEventProducer,
HistoryLevel historyLevel)
notify
public void notify(DelegateTask task)
- Specified by:
notify in interface TaskListener
createHistoryEvent
protected abstract HistoryEvent createHistoryEvent(DelegateTask task,
ExecutionEntity execution)
Copyright © 2016 camunda services GmbH. All rights reserved.