org.camunda.bpm.engine.impl.cmmn.listener
Class ClassDelegateCaseExecutionListener

java.lang.Object
  extended by org.camunda.bpm.engine.impl.delegate.ClassDelegate
      extended by org.camunda.bpm.engine.impl.cmmn.listener.ClassDelegateCaseExecutionListener
All Implemented Interfaces:
CaseExecutionListener, DelegateListener<DelegateCaseExecution>

public class ClassDelegateCaseExecutionListener
extends ClassDelegate
implements CaseExecutionListener

Author:
Roman Smirnov

Field Summary
protected static CmmnBehaviorLogger LOG
           
 
Fields inherited from class org.camunda.bpm.engine.impl.delegate.ClassDelegate
className, fieldDeclarations
 
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
ClassDelegateCaseExecutionListener(Class<?> clazz, List<FieldDeclaration> fieldDeclarations)
           
ClassDelegateCaseExecutionListener(String className, List<FieldDeclaration> fieldDeclarations)
           
 
Method Summary
protected  CaseExecutionListener getListenerInstance()
           
 void notify(DelegateCaseExecution caseExecution)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.delegate.ClassDelegate
getClassName, getFieldDeclarations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

protected static final CmmnBehaviorLogger LOG
Constructor Detail

ClassDelegateCaseExecutionListener

public ClassDelegateCaseExecutionListener(String className,
                                          List<FieldDeclaration> fieldDeclarations)

ClassDelegateCaseExecutionListener

public ClassDelegateCaseExecutionListener(Class<?> clazz,
                                          List<FieldDeclaration> fieldDeclarations)
Method Detail

notify

public void notify(DelegateCaseExecution caseExecution)
            throws Exception
Specified by:
notify in interface CaseExecutionListener
Specified by:
notify in interface DelegateListener<DelegateCaseExecution>
Throws:
Exception

getListenerInstance

protected CaseExecutionListener getListenerInstance()


Copyright © 2017 camunda services GmbH. All rights reserved.