Class ExpressionInvocation
java.lang.Object
org.flowable.engine.impl.delegate.invocation.DelegateInvocation
org.flowable.engine.impl.delegate.invocation.ExpressionInvocation
- Direct Known Subclasses:
ExpressionGetInvocation
,ExpressionSetInvocation
Baseclass responsible for handling invocations of Expressions
- Author:
- Daniel Meyer
-
Field Summary
FieldsFields inherited from class org.flowable.engine.impl.delegate.invocation.DelegateInvocation
invocationParameters, invocationResult
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.flowable.engine.impl.delegate.invocation.DelegateInvocation
getInvocationParameters, getInvocationResult, invoke, proceed
-
Field Details
-
valueExpression
-
-
Constructor Details
-
ExpressionInvocation
-
-
Method Details
-
getTarget
Description copied from class:DelegateInvocation
returns the target of the current invocation, ie. JavaDelegate, ValueExpression ...- Specified by:
getTarget
in classDelegateInvocation
-