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
 
Fields inherited from interface org.camunda.bpm.engine.delegate.TaskListener
EVENTNAME_ASSIGNMENT, EVENTNAME_COMPLETE, EVENTNAME_CREATE
 
Constructor Summary
ActivityInstanceUpdateListener(HistoryEventProducer historyEventProducer)
           
 
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)
Method Detail

createHistoryEvent

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


Copyright © 2014 camunda services GmbH. All Rights Reserved.