org.activiti.engine.impl.delegate
类 ExpressionInvocation

java.lang.Object
  继承者 org.activiti.engine.impl.delegate.DelegateInvocation
      继承者 org.activiti.engine.impl.delegate.ExpressionInvocation
直接已知子类:
ExpressionGetInvocation, ExpressionSetInvocation

public abstract class ExpressionInvocation
extends DelegateInvocation

Baseclass responsible for handling invocations of Expressions

作者:
Daniel Meyer

字段摘要
protected  ValueExpression valueExpression
           
 
从类 org.activiti.engine.impl.delegate.DelegateInvocation 继承的字段
invocationParameters, invocationResult
 
构造方法摘要
ExpressionInvocation(ValueExpression valueExpression)
           
 
方法摘要
 Object getTarget()
          returns the target of the current invocation, ie.
 
从类 org.activiti.engine.impl.delegate.DelegateInvocation 继承的方法
getInvocationParameters, getInvocationResult, invoke, proceed
 
从类 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()
从类 DelegateInvocation 复制的描述
returns the target of the current invocation, ie. JavaDelegate, ValueExpression ...

指定者:
DelegateInvocation 中的 getTarget


Copyright © 2013 Alfresco. All rights reserved.