Class DefaultClassDelegateFactory
java.lang.Object
org.flowable.engine.impl.bpmn.helper.DefaultClassDelegateFactory
- All Implemented Interfaces:
ClassDelegateFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(String id, String className, List<FieldDeclaration> fieldDeclarations, boolean triggerable, Expression skipExpression, List<MapExceptionEntry> mapExceptions) create
(String className, List<FieldDeclaration> fieldDeclarations)
-
Constructor Details
-
DefaultClassDelegateFactory
public DefaultClassDelegateFactory()
-
-
Method Details
-
create
public ClassDelegate create(String id, String className, List<FieldDeclaration> fieldDeclarations, boolean triggerable, Expression skipExpression, List<MapExceptionEntry> mapExceptions) - Specified by:
create
in interfaceClassDelegateFactory
-
create
- Specified by:
create
in interfaceClassDelegateFactory
-