Uses of Class
org.flowable.engine.impl.bpmn.helper.ClassDelegate
Packages that use ClassDelegate
Package
Description
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 ClassDelegateModifier and TypeMethodDescriptionClassDelegateFactory.create
(String id, String className, List<FieldDeclaration> fieldDeclarations, boolean triggerable, Expression skipExpression, List<MapExceptionEntry> mapExceptions) ClassDelegateFactory.create
(String className, List<FieldDeclaration> fieldDeclarations) DefaultClassDelegateFactory.create
(String id, String className, List<FieldDeclaration> fieldDeclarations, boolean triggerable, Expression skipExpression, List<MapExceptionEntry> mapExceptions) DefaultClassDelegateFactory.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 ClassDelegateModifier and TypeMethodDescriptionActivityBehaviorFactory.createClassDelegateServiceTask
(ServiceTask serviceTask) DefaultActivityBehaviorFactory.createClassDelegateServiceTask
(ServiceTask serviceTask) -
Uses of ClassDelegate in org.flowable.engine.test
Methods in org.flowable.engine.test that return ClassDelegateModifier and TypeMethodDescriptionTestActivityBehaviorFactory.createClassDelegateServiceTask
(ServiceTask serviceTask)