Class ActivityBehaviorInvocation
java.lang.Object
org.flowable.engine.impl.delegate.invocation.DelegateInvocation
org.flowable.engine.impl.delegate.ActivityBehaviorInvocation
- Author:
- Daniel Meyer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ActivityBehavior
protected final DelegateExecution
Fields inherited from class org.flowable.engine.impl.delegate.invocation.DelegateInvocation
invocationParameters, invocationResult
-
Constructor Summary
ConstructorsConstructorDescriptionActivityBehaviorInvocation
(ActivityBehavior behaviorInstance, DelegateExecution execution) -
Method Summary
Methods inherited from class org.flowable.engine.impl.delegate.invocation.DelegateInvocation
getInvocationParameters, getInvocationResult, proceed
-
Field Details
-
behaviorInstance
-
execution
-
-
Constructor Details
-
ActivityBehaviorInvocation
-
-
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
-