Uses of Class
net.sourceforge.openutils.mgnlcriteria.jcr.query.criterion.SimpleExpression

Packages that use SimpleExpression
net.sourceforge.openutils.mgnlcriteria.jcr.query.criterion   
 

Uses of SimpleExpression in net.sourceforge.openutils.mgnlcriteria.jcr.query.criterion
 

Methods in net.sourceforge.openutils.mgnlcriteria.jcr.query.criterion that return SimpleExpression
static SimpleExpression Restrictions.eq(String nodeName, Object value)
          Apply an "equal" constraint to the named node
static SimpleExpression Restrictions.ge(String nodeName, Object value)
          Apply a "greater than or equal" constraint to the named node
static SimpleExpression Restrictions.gt(String nodeName, Object value)
          Apply a "greater than" constraint to the named node
static SimpleExpression Restrictions.le(String nodeName, Object value)
          Apply a "less than or equal" constraint to the named node
static SimpleExpression Restrictions.lt(String nodeName, Object value)
          Apply a "less than" constraint to the named node
static SimpleExpression Restrictions.ne(String nodeName, Object value)
          Apply a "not equal" constraint to the named node
 



Copyright © 2009-2011 Openmind. All Rights Reserved.