public class ClassDelegateCaseExecutionListener extends ClassDelegate implements CaseExecutionListener
Modifier and Type | Field and Description |
---|---|
protected static CmmnBehaviorLogger |
LOG |
className, fieldDeclarations
CLOSE, COMPLETE, CREATE, DISABLE, ENABLE, EXIT, MANUAL_START, OCCUR, PARENT_RESUME, PARENT_SUSPEND, PARENT_TERMINATE, RE_ACTIVATE, RE_ENABLE, RESUME, START, SUSPEND, TERMINATE
Constructor and Description |
---|
ClassDelegateCaseExecutionListener(Class<?> clazz,
List<FieldDeclaration> fieldDeclarations) |
ClassDelegateCaseExecutionListener(String className,
List<FieldDeclaration> fieldDeclarations) |
Modifier and Type | Method and Description |
---|---|
protected CaseExecutionListener |
getListenerInstance() |
void |
notify(DelegateCaseExecution caseExecution) |
getClassName, getFieldDeclarations
protected static final CmmnBehaviorLogger LOG
public ClassDelegateCaseExecutionListener(String className, List<FieldDeclaration> fieldDeclarations)
public ClassDelegateCaseExecutionListener(Class<?> clazz, List<FieldDeclaration> fieldDeclarations)
public void notify(DelegateCaseExecution caseExecution) throws Exception
notify
in interface CaseExecutionListener
notify
in interface DelegateListener<DelegateCaseExecution>
Exception
protected CaseExecutionListener getListenerInstance()
Copyright © 2019. All rights reserved.