public class DefaultClassDelegateFactory extends Object implements ClassDelegateFactory
Constructor and Description |
---|
DefaultClassDelegateFactory() |
Modifier and Type | Method and Description |
---|---|
ClassDelegate |
create(String className,
List<FieldDeclaration> fieldDeclarations) |
ClassDelegate |
create(String id,
String className,
List<FieldDeclaration> fieldDeclarations,
boolean triggerable,
Expression skipExpression,
List<org.flowable.bpmn.model.MapExceptionEntry> mapExceptions) |
public ClassDelegate create(String id, String className, List<FieldDeclaration> fieldDeclarations, boolean triggerable, Expression skipExpression, List<org.flowable.bpmn.model.MapExceptionEntry> mapExceptions)
create
in interface ClassDelegateFactory
public ClassDelegate create(String className, List<FieldDeclaration> fieldDeclarations)
create
in interface ClassDelegateFactory
Copyright © 2019 Flowable. All rights reserved.