Uses of Interface
org.camunda.bpm.engine.delegate.JavaDelegate
Packages that use JavaDelegate
Package
Description
-
Uses of JavaDelegate in org.camunda.bpm.engine.impl.bpmn.behavior
Fields in org.camunda.bpm.engine.impl.bpmn.behavior declared as JavaDelegateModifier and TypeFieldDescriptionprotected JavaDelegate
ServiceTaskJavaDelegateActivityBehavior.javaDelegate
Constructors in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type JavaDelegate -
Uses of JavaDelegate in org.camunda.bpm.engine.impl.bpmn.delegate
Fields in org.camunda.bpm.engine.impl.bpmn.delegate declared as JavaDelegateModifier and TypeFieldDescriptionprotected final JavaDelegate
JavaDelegateInvocation.delegateInstance
Constructors in org.camunda.bpm.engine.impl.bpmn.delegate with parameters of type JavaDelegateModifierConstructorDescriptionJavaDelegateInvocation
(JavaDelegate delegateInstance, DelegateExecution execution) -
Uses of JavaDelegate in org.camunda.bpm.example.invoice.service
Classes in org.camunda.bpm.example.invoice.service that implement JavaDelegateModifier and TypeClassDescriptionclass
This is an empty service implementation illustrating how to use a plain Java Class as a BPMN 2.0 Service Task delegate.class
This is an empty service implementation illustrating how to use a plain Java Class as a BPMN 2.0 Service Task delegate. -
Uses of JavaDelegate in org.camunda.bpm.qa.upgrade
Classes in org.camunda.bpm.qa.upgrade that implement JavaDelegate -
Uses of JavaDelegate in org.camunda.bpm.qa.upgrade.util
Classes in org.camunda.bpm.qa.upgrade.util that implement JavaDelegate -
Uses of JavaDelegate in org.camunda.bpm.springboot.project.qa.spin
Methods in org.camunda.bpm.springboot.project.qa.spin that return JavaDelegateModifier and TypeMethodDescriptionSpinApplication.spinDeserializerDelegate()
SpinApplication.spinJava8DeserializerDelegate()