org.camunda.bpm.engine.impl.history.transformer
Class CaseActivityInstanceEndListener

java.lang.Object
  extended by org.camunda.bpm.engine.impl.history.transformer.HistoryCaseExecutionListener
      extended by org.camunda.bpm.engine.impl.history.transformer.CaseActivityInstanceEndListener
All Implemented Interfaces:
CaseExecutionListener, DelegateListener<DelegateCaseExecution>

public class CaseActivityInstanceEndListener
extends HistoryCaseExecutionListener

Author:
Sebastian Menski

Field Summary
 
Fields inherited from class org.camunda.bpm.engine.impl.history.transformer.HistoryCaseExecutionListener
eventProducer, historyLevel
 
Fields inherited from interface org.camunda.bpm.engine.delegate.CaseExecutionListener
CLOSE, COMPLETE, CREATE, DISABLE, ENABLE, EXIT, MANUAL_START, OCCUR, PARENT_RESUME, PARENT_SUSPEND, PARENT_TERMINATE, RE_ACTIVATE, RE_ENABLE, RESUME, START, SUSPEND, TERMINATE
 
Constructor Summary
CaseActivityInstanceEndListener(CmmnHistoryEventProducer historyEventProducer, HistoryLevel historyLevel)
           
 
Method Summary
protected  HistoryEvent createHistoryEvent(DelegateCaseExecution caseExecution)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.history.transformer.HistoryCaseExecutionListener
notify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CaseActivityInstanceEndListener

public CaseActivityInstanceEndListener(CmmnHistoryEventProducer historyEventProducer,
                                       HistoryLevel historyLevel)
Method Detail

createHistoryEvent

protected HistoryEvent createHistoryEvent(DelegateCaseExecution caseExecution)
Specified by:
createHistoryEvent in class HistoryCaseExecutionListener


Copyright © 2015 camunda services GmbH. All rights reserved.