public abstract class ExpressionInvocation extends DelegateInvocation
| Modifier and Type | Field and Description |
|---|---|
protected org.flowable.common.engine.impl.javax.el.ValueExpression |
valueExpression |
invocationParameters, invocationResult| Constructor and Description |
|---|
ExpressionInvocation(org.flowable.common.engine.impl.javax.el.ValueExpression valueExpression) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getTarget()
returns the target of the current invocation, ie.
|
getInvocationParameters, getInvocationResult, invoke, proceedprotected final org.flowable.common.engine.impl.javax.el.ValueExpression valueExpression
public ExpressionInvocation(org.flowable.common.engine.impl.javax.el.ValueExpression valueExpression)
public Object getTarget()
DelegateInvocationgetTarget in class DelegateInvocationCopyright © 2018 Flowable. All rights reserved.