org.camunda.bpm.engine.impl.delegate
Class ClassDelegate

java.lang.Object
  extended by org.camunda.bpm.engine.impl.delegate.ClassDelegate
Direct Known Subclasses:
ClassDelegateCaseExecutionListener, ClassDelegateCaseVariableListener, ClassDelegateExecutionListener, ClassDelegateTaskListener

public abstract class ClassDelegate
extends Object

Author:
Roman Smirnov

Field Summary
protected  String className
           
protected  List<FieldDeclaration> fieldDeclarations
           
 
Constructor Summary
ClassDelegate(Class<?> clazz, List<FieldDeclaration> fieldDeclarations)
           
ClassDelegate(String className, List<FieldDeclaration> fieldDeclarations)
           
 
Method Summary
 String getClassName()
           
 List<FieldDeclaration> getFieldDeclarations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

className

protected String className

fieldDeclarations

protected List<FieldDeclaration> fieldDeclarations
Constructor Detail

ClassDelegate

public ClassDelegate(String className,
                     List<FieldDeclaration> fieldDeclarations)

ClassDelegate

public ClassDelegate(Class<?> clazz,
                     List<FieldDeclaration> fieldDeclarations)
Method Detail

getClassName

public String getClassName()

getFieldDeclarations

public List<FieldDeclaration> getFieldDeclarations()


Copyright © 2016 camunda services GmbH. All rights reserved.