Class ExpressionInvocation
- java.lang.Object
-
- org.activiti.engine.impl.delegate.invocation.DelegateInvocation
-
- org.activiti.engine.impl.delegate.invocation.ExpressionInvocation
-
- Direct Known Subclasses:
ExpressionGetInvocation,ExpressionSetInvocation
public abstract class ExpressionInvocation extends DelegateInvocation
Baseclass responsible for handling invocations of Expressions
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.el.ValueExpressionvalueExpression-
Fields inherited from class org.activiti.engine.impl.delegate.invocation.DelegateInvocation
invocationParameters, invocationResult
-
-
Constructor Summary
Constructors Constructor Description ExpressionInvocation(javax.el.ValueExpression valueExpression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetTarget()returns the target of the current invocation, ie.-
Methods inherited from class org.activiti.engine.impl.delegate.invocation.DelegateInvocation
getInvocationParameters, getInvocationResult, invoke, proceed
-
-
-
-
Method Detail
-
getTarget
public java.lang.Object getTarget()
Description copied from class:DelegateInvocationreturns the target of the current invocation, ie. JavaDelegate, ValueExpression ...- Specified by:
getTargetin classDelegateInvocation
-
-