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
Fields Modifier and Type Field Description 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
Constructors Constructor Description ClassDelegateCaseExecutionListener(java.lang.Class<?> clazz, java.util.List<FieldDeclaration> fieldDeclarations)
ClassDelegateCaseExecutionListener(java.lang.String className, java.util.List<FieldDeclaration> fieldDeclarations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CaseExecutionListener
getListenerInstance()
void
notify(DelegateCaseExecution caseExecution)
-
Methods inherited from class org.camunda.bpm.engine.impl.delegate.ClassDelegate
getClassName, getFieldDeclarations
-
-
-
-
Field Detail
-
LOG
protected static final CmmnBehaviorLogger LOG
-
-
Constructor Detail
-
ClassDelegateCaseExecutionListener
public ClassDelegateCaseExecutionListener(java.lang.String className, java.util.List<FieldDeclaration> fieldDeclarations)
-
ClassDelegateCaseExecutionListener
public ClassDelegateCaseExecutionListener(java.lang.Class<?> clazz, java.util.List<FieldDeclaration> fieldDeclarations)
-
-
Method Detail
-
notify
public void notify(DelegateCaseExecution caseExecution) throws java.lang.Exception
- Specified by:
notify
in interfaceCaseExecutionListener
- Specified by:
notify
in interfaceDelegateListener<DelegateCaseExecution>
- Throws:
java.lang.Exception
-
getListenerInstance
protected CaseExecutionListener getListenerInstance()
-
-