public final class TermExpression extends Object implements Expression<Object>
Expression which resolves the given Term.| Constructor and Description | 
|---|
| TermExpression(Term term)Create a TermExpression with the given value | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | invoke(ExecutionEnvironment environment)Invoke on the given  ExecutionEnvironment. | 
public TermExpression(Term term)
term - Term to invoke upon.public Object invoke(ExecutionEnvironment environment)
ExpressionExecutionEnvironment.invoke in interface Expression<Object>environment - ExecutionEnvironment to invoke on.TermResolutionException - if there is a problem resolving the TermExpression.invoke(org.kuali.rice.krms.api.engine.ExecutionEnvironment)Copyright © 2005–2016 The Kuali Foundation. All rights reserved.