Class JavaDelegateInvocation
java.lang.Object
org.flowable.engine.impl.delegate.invocation.DelegateInvocation
org.flowable.engine.impl.delegate.invocation.JavaDelegateInvocation
Class handling invocations of JavaDelegates
- Author:
- Daniel Meyer
-
Field Summary
FieldsFields inherited from class org.flowable.engine.impl.delegate.invocation.DelegateInvocation
invocationParameters, invocationResult
-
Constructor Summary
ConstructorsConstructorDescriptionJavaDelegateInvocation
(JavaDelegate delegateInstance, DelegateExecution execution) -
Method Summary
Methods inherited from class org.flowable.engine.impl.delegate.invocation.DelegateInvocation
getInvocationParameters, getInvocationResult, proceed
-
Field Details
-
delegateInstance
-
execution
-
-
Constructor Details
-
JavaDelegateInvocation
-
-
Method Details
-
invoke
protected void invoke()- Specified by:
invoke
in classDelegateInvocation
-
getTarget
Description copied from class:DelegateInvocation
returns the target of the current invocation, ie. JavaDelegate, ValueExpression ...- Specified by:
getTarget
in classDelegateInvocation
-