Uses of Interface
org.camunda.bpm.engine.delegate.JavaDelegate
-
-
Uses of JavaDelegate in org.camunda.bpm.engine.impl.bpmn.behavior
Fields in org.camunda.bpm.engine.impl.bpmn.behavior declared as JavaDelegate Modifier and Type Field Description protected JavaDelegate
ServiceTaskJavaDelegateActivityBehavior. javaDelegate
Constructors in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type JavaDelegate Constructor Description ServiceTaskJavaDelegateActivityBehavior(JavaDelegate javaDelegate)
-
Uses of JavaDelegate in org.camunda.bpm.engine.impl.bpmn.delegate
Fields in org.camunda.bpm.engine.impl.bpmn.delegate declared as JavaDelegate Modifier and Type Field Description protected JavaDelegate
JavaDelegateInvocation. delegateInstance
Constructors in org.camunda.bpm.engine.impl.bpmn.delegate with parameters of type JavaDelegate Constructor Description JavaDelegateInvocation(JavaDelegate delegateInstance, DelegateExecution execution)
-
Uses of JavaDelegate in org.camunda.bpm.example.invoice.service
Classes in org.camunda.bpm.example.invoice.service that implement JavaDelegate Modifier and Type Class Description class
ArchiveInvoiceService
This is an empty service implementation illustrating how to use a plain Java Class as a BPMN 2.0 Service Task delegate.class
NotifyCreditorService
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 Modifier and Type Class Description class
FailingDelegate
-
Uses of JavaDelegate in org.camunda.bpm.qa.upgrade.util
Classes in org.camunda.bpm.qa.upgrade.util that implement JavaDelegate Modifier and Type Class Description class
ThrowBpmnErrorDelegate
-
Uses of JavaDelegate in org.camunda.bpm.springboot.project.qa.spin
Methods in org.camunda.bpm.springboot.project.qa.spin that return JavaDelegate Modifier and Type Method Description JavaDelegate
SpinApplication. spinDeserializerDelegate()
JavaDelegate
SpinApplication. spinJava8DeserializerDelegate()
-