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

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

public class ProcessInstanceStartListener
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
ProcessInstanceStartListener(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

ProcessInstanceStartListener

public ProcessInstanceStartListener(HistoryEventProducer historyEventProducer,
                                    HistoryLevel historyLevel)
Method Detail

createHistoryEvent

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


Copyright © 2017 camunda services GmbH. All rights reserved.