Class ClassDelegateExecutionListener
java.lang.Object
org.eximeebpms.bpm.engine.impl.delegate.ClassDelegate
org.eximeebpms.bpm.engine.impl.bpmn.listener.ClassDelegateExecutionListener
- All Implemented Interfaces:
DelegateListener<DelegateExecution>,ExecutionListener
- Author:
- Roman Smirnov
-
Field Summary
FieldsFields inherited from class org.eximeebpms.bpm.engine.impl.delegate.ClassDelegate
className, fieldDeclarationsFields inherited from interface org.eximeebpms.bpm.engine.delegate.ExecutionListener
EVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKE -
Constructor Summary
ConstructorsConstructorDescriptionClassDelegateExecutionListener(Class<?> clazz, List<FieldDeclaration> fieldDeclarations) ClassDelegateExecutionListener(String className, List<FieldDeclaration> fieldDeclarations) -
Method Summary
Modifier and TypeMethodDescriptionprotected ExecutionListenervoidnotify(DelegateExecution execution) Methods inherited from class org.eximeebpms.bpm.engine.impl.delegate.ClassDelegate
getClassName, getFieldDeclarations
-
Field Details
-
LOG
-
-
Constructor Details
-
ClassDelegateExecutionListener
-
ClassDelegateExecutionListener
-
-
Method Details
-
notify
- Specified by:
notifyin interfaceDelegateListener<DelegateExecution>- Specified by:
notifyin interfaceExecutionListener- Throws:
Exception
-
getExecutionListenerInstance
-