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