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

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

public class ProcessInstanceEndListener
extends HistoryExecutionListener

Author:
Daniel Meyer

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
ProcessInstanceEndListener(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

ProcessInstanceEndListener

public ProcessInstanceEndListener(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.