Class BooleanValidatingExpression
java.lang.Object
org.kuali.rice.krms.framework.engine.expression.BooleanValidatingExpression
- All Implemented Interfaces:
Expression<Boolean>
The
Expression used in construction, will be invoked with the given ExecutionEnvironment.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
ConstructorsConstructorDescriptionBooleanValidatingExpression(Expression<? extends Object> expression) Constructor -
Method Summary
Modifier and TypeMethodDescriptioninvoke(ExecutionEnvironment environment) Invoke on the givenExecutionEnvironment.
-
Constructor Details
-
BooleanValidatingExpression
Constructor- Parameters:
expression-Expressionto set the expression to
-
-
Method Details
-
invoke
Description copied from interface:ExpressionInvoke on the givenExecutionEnvironment.- Specified by:
invokein interfaceExpression<Boolean>- Parameters:
environment-ExecutionEnvironmentto invoke on.- Returns:
- T
-