Class DefaultClassDelegateFactory
- java.lang.Object
-
- org.activiti.engine.impl.bpmn.helper.DefaultClassDelegateFactory
-
- All Implemented Interfaces:
ClassDelegateFactory
public class DefaultClassDelegateFactory extends Object implements ClassDelegateFactory
-
-
Constructor Summary
Constructors Constructor Description DefaultClassDelegateFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassDelegatecreate(String id, String className, List<FieldDeclaration> fieldDeclarations, Expression skipExpression, List<MapExceptionEntry> mapExceptions)ClassDelegatecreate(String className, List<FieldDeclaration> fieldDeclarations)
-
-
-
Method Detail
-
create
public ClassDelegate create(String id, String className, List<FieldDeclaration> fieldDeclarations, Expression skipExpression, List<MapExceptionEntry> mapExceptions)
- Specified by:
createin interfaceClassDelegateFactory
-
create
public ClassDelegate create(String className, List<FieldDeclaration> fieldDeclarations)
- Specified by:
createin interfaceClassDelegateFactory
-
-