Uses of Interface
org.flowable.engine.delegate.JavaDelegate
Packages that use JavaDelegate
Package
Description
-
Uses of JavaDelegate in org.flowable.engine.impl.bpmn.behavior
Fields in org.flowable.engine.impl.bpmn.behavior declared as JavaDelegateModifier and TypeFieldDescriptionprotected JavaDelegateServiceTaskJavaDelegateActivityBehavior.javaDelegateConstructors in org.flowable.engine.impl.bpmn.behavior with parameters of type JavaDelegateModifierConstructorDescriptionServiceTaskJavaDelegateActivityBehavior(JavaDelegate javaDelegate, boolean triggerable, Expression skipExpression) -
Uses of JavaDelegate in org.flowable.engine.impl.bpmn.mail
Classes in org.flowable.engine.impl.bpmn.mail that implement JavaDelegate -
Uses of JavaDelegate in org.flowable.engine.impl.delegate.invocation
Fields in org.flowable.engine.impl.delegate.invocation declared as JavaDelegateModifier and TypeFieldDescriptionprotected final JavaDelegateJavaDelegateInvocation.delegateInstanceConstructors in org.flowable.engine.impl.delegate.invocation with parameters of type JavaDelegateModifierConstructorDescriptionJavaDelegateInvocation(JavaDelegate delegateInstance, DelegateExecution execution) -
Uses of JavaDelegate in org.flowable.engine.impl.test
Classes in org.flowable.engine.impl.test that implement JavaDelegate