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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.history.parser.HistoryExecutionListener
      extended by org.camunda.bpm.engine.impl.history.parser.ProcessInstanceUpdateListener
All Implemented Interfaces:
DelegateListener<DelegateExecution>, ExecutionListener

public class ProcessInstanceUpdateListener
extends HistoryExecutionListener

Author:
Askar Akhmerov

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
ProcessInstanceUpdateListener(HistoryEventProducer historyEventProducer, HistoryLevel historyLevel)
           
 
Method Summary
protected  HistoryEvent createHistoryEvent(DelegateExecution execution)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.history.parser.HistoryExecutionListener
notify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessInstanceUpdateListener

public ProcessInstanceUpdateListener(HistoryEventProducer historyEventProducer,
                                     HistoryLevel historyLevel)
Method Detail

createHistoryEvent

protected HistoryEvent createHistoryEvent(DelegateExecution execution)
Specified by:
createHistoryEvent in class HistoryExecutionListener


Copyright © 2016 camunda services GmbH. All rights reserved.