org.camunda.bpm.engine.impl.history.parser
Class ActivityInstanceUpdateListener

java.lang.Object
  extended by org.camunda.bpm.engine.impl.history.parser.HistoryTaskListener
      extended by org.camunda.bpm.engine.impl.history.parser.ActivityInstanceUpdateListener
All Implemented Interfaces:
TaskListener

public class ActivityInstanceUpdateListener
extends HistoryTaskListener

Author:
Daniel Meyer

Field Summary
 
Fields inherited from class org.camunda.bpm.engine.impl.history.parser.HistoryTaskListener
eventProducer, historyLevel
 
Fields inherited from interface org.camunda.bpm.engine.delegate.TaskListener
EVENTNAME_ASSIGNMENT, EVENTNAME_COMPLETE, EVENTNAME_CREATE, EVENTNAME_DELETE
 
Constructor Summary
ActivityInstanceUpdateListener(HistoryEventProducer historyEventProducer, HistoryLevel historyLevel)
           
 
Method Summary
protected  HistoryEvent createHistoryEvent(DelegateTask task, ExecutionEntity execution)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.history.parser.HistoryTaskListener
notify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivityInstanceUpdateListener

public ActivityInstanceUpdateListener(HistoryEventProducer historyEventProducer,
                                      HistoryLevel historyLevel)
Method Detail

createHistoryEvent

protected HistoryEvent createHistoryEvent(DelegateTask task,
                                          ExecutionEntity execution)
Specified by:
createHistoryEvent in class HistoryTaskListener


Copyright © 2016 camunda services GmbH. All rights reserved.