Uses of Class
org.flowable.engine.impl.bpmn.helper.ClassDelegate
-
Packages that use ClassDelegate Package Description org.flowable.engine.impl.bpmn.helper org.flowable.engine.impl.bpmn.parser.factory org.flowable.engine.test Helper classes for testing processes. -
-
Uses of ClassDelegate in org.flowable.engine.impl.bpmn.helper
Methods in org.flowable.engine.impl.bpmn.helper that return ClassDelegate Modifier and Type Method Description ClassDelegateClassDelegateFactory. create(String id, String className, List<FieldDeclaration> fieldDeclarations, boolean triggerable, Expression skipExpression, List<org.flowable.bpmn.model.MapExceptionEntry> mapExceptions)ClassDelegateClassDelegateFactory. create(String className, List<FieldDeclaration> fieldDeclarations)ClassDelegateDefaultClassDelegateFactory. create(String id, String className, List<FieldDeclaration> fieldDeclarations, boolean triggerable, Expression skipExpression, List<org.flowable.bpmn.model.MapExceptionEntry> mapExceptions)ClassDelegateDefaultClassDelegateFactory. create(String className, List<FieldDeclaration> fieldDeclarations) -
Uses of ClassDelegate in org.flowable.engine.impl.bpmn.parser.factory
Methods in org.flowable.engine.impl.bpmn.parser.factory that return ClassDelegate Modifier and Type Method Description ClassDelegateActivityBehaviorFactory. createClassDelegateServiceTask(org.flowable.bpmn.model.ServiceTask serviceTask)ClassDelegateDefaultActivityBehaviorFactory. createClassDelegateServiceTask(org.flowable.bpmn.model.ServiceTask serviceTask) -
Uses of ClassDelegate in org.flowable.engine.test
Methods in org.flowable.engine.test that return ClassDelegate Modifier and Type Method Description ClassDelegateTestActivityBehaviorFactory. createClassDelegateServiceTask(org.flowable.bpmn.model.ServiceTask serviceTask)
-