Uses of Interface
net.sourceforge.openutils.mgnlcriteria.jcr.query.criterion.Criterion

Packages that use Criterion
net.sourceforge.openutils.mgnlcriteria.jcr.query   
net.sourceforge.openutils.mgnlcriteria.jcr.query.criterion   
net.sourceforge.openutils.mgnlcriteria.jcr.query.xpath.impl   
 

Uses of Criterion in net.sourceforge.openutils.mgnlcriteria.jcr.query
 

Methods in net.sourceforge.openutils.mgnlcriteria.jcr.query that return Criterion
 Criterion TranslatableCriteria.CriterionEntry.getCriterion()
           
 

Methods in net.sourceforge.openutils.mgnlcriteria.jcr.query with parameters of type Criterion
 Criteria Criteria.add(Criterion criterion)
          Add a restriction to constrain the results to be retrieved.
 

Constructors in net.sourceforge.openutils.mgnlcriteria.jcr.query with parameters of type Criterion
TranslatableCriteria.CriterionEntry(Criterion criterion, Criteria criteria)
           
 

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

Classes in net.sourceforge.openutils.mgnlcriteria.jcr.query.criterion that implement Criterion
 class BaseCriterion
          Base abstract criterion, just to share some useful fields/constants that should not end up in the interface.
 class BetweenExpression
           
 class Conjunction
           
 class Disjunction
           
 class InExpression
           
 class IsNotNullExpression
           
 class IsNullExpression
           
 class JCRFunctionExpression
           
 class Junction
          A sequence of a logical expressions combined by some associative logical operator
 class LikeExpression
           
 class LogicalExpression
          Superclass of binary logical expressions
 class NotExpression
           
 class Order
          Represents an order imposed upon a Criteria result set
 class SimpleExpression
          superclass for "simple" comparisons (with XPATH binary operators)
 

Methods in net.sourceforge.openutils.mgnlcriteria.jcr.query.criterion that return Criterion
static Criterion Restrictions.between(String nodeName, Object lo, Object hi)
          Apply a "between" constraint to the named node
static Criterion Restrictions.betweenDates(String nodeName, Calendar lo, Calendar hi)
          Adds a date contraint: the input date must be included in the given dates (between 00:00 of the first date to 23:59 of the last date)
static Criterion Restrictions.eqDate(String nodeName, Calendar value)
          Adds a date contraint: the input date must be included in the given date, excluding time (between 00:00 and 23:59 of the given date)
static Criterion Restrictions.in(String nodeName, Collection<String> values)
          Apply an "in" constraint to the named node
static Criterion Restrictions.in(String nodeName, String[] values)
          Apply an "in" constraint to the named node
static Criterion Restrictions.isNotNull(String nodeName)
          Apply an "is not null" constraint to the named node
static Criterion Restrictions.isNull(String nodeName)
          Apply an "is null" constraint to the named node
static Criterion Restrictions.not(Criterion expression)
          Return the negation of an expression
 

Methods in net.sourceforge.openutils.mgnlcriteria.jcr.query.criterion with parameters of type Criterion
 Junction Junction.add(Criterion criterion)
          Adds a criterion to this Junction
static LogicalExpression Restrictions.and(Criterion lhs, Criterion rhs)
          Return the conjuction of two expressions
static Criterion Restrictions.not(Criterion expression)
          Return the negation of an expression
static LogicalExpression Restrictions.or(Criterion lhs, Criterion rhs)
          Return the disjuction of two expressions
 

Constructors in net.sourceforge.openutils.mgnlcriteria.jcr.query.criterion with parameters of type Criterion
LogicalExpression(Criterion lhs, Criterion rhs, String op)
           
NotExpression(Criterion expression)
           
 

Uses of Criterion in net.sourceforge.openutils.mgnlcriteria.jcr.query.xpath.impl
 

Methods in net.sourceforge.openutils.mgnlcriteria.jcr.query.xpath.impl with parameters of type Criterion
 Criteria AbstractCriteriaImpl.add(Criterion criterion)
          Add a restriction to constrain the results to be retrieved.
 



Copyright © 2009-2010 Openmind. All Rights Reserved.