org.camunda.bpm.engine.impl.delegate
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
className
protected String className
fieldDeclarations
protected List<FieldDeclaration> fieldDeclarations
ClassDelegate
public ClassDelegate(String className,
List<FieldDeclaration> fieldDeclarations)
ClassDelegate
public ClassDelegate(Class<?> clazz,
List<FieldDeclaration> fieldDeclarations)
getClassName
public String getClassName()
getFieldDeclarations
public List<FieldDeclaration> getFieldDeclarations()
Copyright © 2015 camunda services GmbH. All rights reserved.