Class ClassDelegateCaseExecutionListener
java.lang.Object
org.camunda.bpm.engine.impl.delegate.ClassDelegate
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
FieldsFields inherited from class org.camunda.bpm.engine.impl.delegate.ClassDelegate
className, fieldDeclarationsFields 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
ConstructorsConstructorDescriptionClassDelegateCaseExecutionListener(Class<?> clazz, List<FieldDeclaration> fieldDeclarations) ClassDelegateCaseExecutionListener(String className, List<FieldDeclaration> fieldDeclarations) -
Method Summary
Modifier and TypeMethodDescriptionprotected CaseExecutionListenervoidnotify(DelegateCaseExecution caseExecution) Methods inherited from class org.camunda.bpm.engine.impl.delegate.ClassDelegate
getClassName, getFieldDeclarations
-
Field Details
-
LOG
-
-
Constructor Details
-
ClassDelegateCaseExecutionListener
public ClassDelegateCaseExecutionListener(String className, List<FieldDeclaration> fieldDeclarations) -
ClassDelegateCaseExecutionListener
-
-
Method Details
-
notify
- Specified by:
notifyin interfaceCaseExecutionListener- Specified by:
notifyin interfaceDelegateListener<DelegateCaseExecution>- Throws:
Exception
-
getListenerInstance
-