public interface ClassDelegateFactory
ClassDelegates.| 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) |
ClassDelegate create(String id, String className, List<FieldDeclaration> fieldDeclarations, boolean triggerable, Expression skipExpression, List<org.flowable.bpmn.model.MapExceptionEntry> mapExceptions)
ClassDelegate create(String className, List<FieldDeclaration> fieldDeclarations)
Copyright © 2019 Flowable. All rights reserved.