Interface ClassDelegateFactory
-
- All Known Implementing Classes:
DefaultClassDelegateFactory
public interface ClassDelegateFactoryConstructsClassDelegates.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassDelegatecreate(String id, String className, List<FieldDeclaration> fieldDeclarations, boolean triggerable, Expression skipExpression, List<org.flowable.bpmn.model.MapExceptionEntry> mapExceptions)ClassDelegatecreate(String className, List<FieldDeclaration> fieldDeclarations)
-
-
-
Method Detail
-
create
ClassDelegate create(String id, String className, List<FieldDeclaration> fieldDeclarations, boolean triggerable, Expression skipExpression, List<org.flowable.bpmn.model.MapExceptionEntry> mapExceptions)
-
create
ClassDelegate create(String className, List<FieldDeclaration> fieldDeclarations)
-
-