Modifier and Type | Field and Description |
---|---|
protected JavaDelegate |
ServiceTaskJavaDelegateActivityBehavior.javaDelegate |
Modifier and Type | Method and Description |
---|---|
ProcessEngineException |
BpmnBehaviorLogger.resolveDelegateExpressionException(Expression expression,
Class<?> parentClass,
Class<JavaDelegate> javaDelegateClass) |
Constructor and Description |
---|
ServiceTaskJavaDelegateActivityBehavior(JavaDelegate javaDelegate) |
Modifier and Type | Field and Description |
---|---|
protected JavaDelegate |
JavaDelegateInvocation.delegateInstance |
Constructor and Description |
---|
JavaDelegateInvocation(JavaDelegate delegateInstance,
DelegateExecution execution) |
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
FailingDelegate |
Modifier and Type | Class and Description |
---|---|
class |
ThrowBpmnErrorDelegate |
Modifier and Type | Method and Description |
---|---|
JavaDelegate |
SpinApplication.spinDeserializerDelegate() |
JavaDelegate |
SpinApplication.spinJava8DeserializerDelegate() |
Copyright © 2022. All rights reserved.