org.kuali.rice.krms.framework.engine.expression
Class TermExpression

java.lang.Object
  extended by org.kuali.rice.krms.framework.engine.expression.TermExpression
All Implemented Interfaces:
Expression<Object>

public final class TermExpression
extends Object
implements Expression<Object>

TODO...

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
TermExpression(Term term)
           
 
Method Summary
 Object invoke(ExecutionEnvironment environment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TermExpression

public TermExpression(Term term)
Method Detail

invoke

public Object invoke(ExecutionEnvironment environment)
Specified by:
invoke in interface Expression<Object>
Throws:
TermResolutionException - if there is a problem resolving the Term
See Also:
Expression.invoke(org.kuali.rice.krms.api.engine.ExecutionEnvironment)


Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.