org.camunda.bpm.engine.impl.delegate
Class ExpressionInvocation
java.lang.Object
org.camunda.bpm.engine.impl.delegate.DelegateInvocation
org.camunda.bpm.engine.impl.delegate.ExpressionInvocation
- Direct Known Subclasses:
- ExpressionGetInvocation, ExpressionSetInvocation
public abstract class ExpressionInvocation
- extends DelegateInvocation
Baseclass responsible for handling invocations of Expressions
- Author:
- Daniel Meyer
Method Summary |
Object |
getTarget()
returns the target of the current invocation, ie. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
valueExpression
protected final ValueExpression valueExpression
ExpressionInvocation
public ExpressionInvocation(ValueExpression valueExpression)
getTarget
public Object getTarget()
- Description copied from class:
DelegateInvocation
- returns the target of the current invocation, ie. JavaDelegate, ValueExpression ...
- Specified by:
getTarget
in class DelegateInvocation
Copyright © 2014 camunda services GmbH. All rights reserved.