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)
          Invoke on the given ExecutionEnvironment.
 
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 to set the expression to
Method Detail

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.