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

java.lang.Object
  extended by 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)

Constructor Summary
BooleanValidatingExpression(Expression<? extends Object> expression)
          Constructor
 
Method Summary
 Boolean invoke(ExecutionEnvironment environment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanValidatingExpression

public BooleanValidatingExpression(Expression<? extends Object> expression)
Constructor

Parameters:
expression - Expression
Method Detail

invoke

public Boolean invoke(ExecutionEnvironment environment)
Specified by:
invoke in interface Expression<Boolean>
Parameters:
environment - ExecutionEnvironment
Returns:
T


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