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

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

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

CaseInstanceCloseListener

public CaseInstanceCloseListener(CmmnHistoryEventProducer historyEventProducer,
                                 HistoryLevel historyLevel)
Method Detail

createHistoryEvent

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


Copyright © 2016 camunda services GmbH. All rights reserved.