org.kuali.rice.krms.framework.engine.expression
Class BooleanValidatingExpression
java.lang.Object
org.kuali.rice.krms.framework.engine.expression.BooleanValidatingExpression
- All Implemented Interfaces:
- Expression<Boolean>
public final class BooleanValidatingExpression
- extends Object
- implements Expression<Boolean>
The Expression
used in construction, will be invoked with the given ExecutionEnvironment
.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BooleanValidatingExpression
public BooleanValidatingExpression(Expression<? extends Object> expression)
- Constructor
- Parameters:
expression
- Expression
to set the expression to
invoke
public Boolean invoke(ExecutionEnvironment environment)
- Description copied from interface:
Expression
- Invoke on the given
ExecutionEnvironment
.
- Specified by:
invoke
in interface Expression<Boolean>
- Parameters:
environment
- ExecutionEnvironment
to invoke on.
- Returns:
- T
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.