Class ClassDelegate
- java.lang.Object
- 
- org.camunda.bpm.engine.impl.delegate.ClassDelegate
 
- 
- Direct Known Subclasses:
- ClassDelegateCaseExecutionListener,- ClassDelegateCaseVariableListener,- ClassDelegateExecutionListener,- ClassDelegateTaskListener
 
 public abstract class ClassDelegate extends Object - Author:
- Roman Smirnov
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected StringclassNameprotected List<FieldDeclaration>fieldDeclarations
 - 
Constructor SummaryConstructors Constructor Description ClassDelegate(Class<?> clazz, List<FieldDeclaration> fieldDeclarations)ClassDelegate(String className, List<FieldDeclaration> fieldDeclarations)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassName()List<FieldDeclaration>getFieldDeclarations()
 
- 
- 
- 
Field Detail- 
classNameprotected String className 
 - 
fieldDeclarationsprotected List<FieldDeclaration> fieldDeclarations 
 
- 
 - 
Constructor Detail- 
ClassDelegatepublic ClassDelegate(String className, List<FieldDeclaration> fieldDeclarations) 
 - 
ClassDelegatepublic ClassDelegate(Class<?> clazz, List<FieldDeclaration> fieldDeclarations) 
 
- 
 - 
Method Detail- 
getClassNamepublic String getClassName() 
 - 
getFieldDeclarationspublic List<FieldDeclaration> getFieldDeclarations() 
 
- 
 
-