Class TermExpression
java.lang.Object
org.kuali.rice.krms.framework.engine.expression.TermExpression
- All Implemented Interfaces:
Expression<Object>
An implementation of
Expression which resolves the given Term.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninvoke(ExecutionEnvironment environment) Invoke on the givenExecutionEnvironment.
-
Constructor Details
-
TermExpression
Create a TermExpression with the given value- Parameters:
term-Termto invoke upon.
-
-
Method Details
-
invoke
Description copied from interface:ExpressionInvoke on the givenExecutionEnvironment.- Specified by:
invokein interfaceExpression<Object>- Parameters:
environment-ExecutionEnvironmentto invoke on.- Returns:
- T
- Throws:
TermResolutionException- if there is a problem resolving theTerm- See Also:
-