org.apache.jackrabbit.core.query.lucene.join
Class Constraints

java.lang.Object
  extended by org.apache.jackrabbit.core.query.lucene.join.Constraints

public class Constraints
extends Object


Constructor Summary
Constraints()
           
 
Method Summary
static Constraint and(QueryObjectModelFactory factory, Constraint... constraints)
           
static Constraint and(QueryObjectModelFactory factory, List<Constraint> constraints)
           
static Constraint or(QueryObjectModelFactory factory, List<Constraint> constraints)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Constraints

public Constraints()
Method Detail

and

public static Constraint and(QueryObjectModelFactory factory,
                             List<Constraint> constraints)
                      throws RepositoryException
Throws:
RepositoryException

and

public static Constraint and(QueryObjectModelFactory factory,
                             Constraint... constraints)
                      throws RepositoryException
Throws:
RepositoryException

or

public static Constraint or(QueryObjectModelFactory factory,
                            List<Constraint> constraints)
                     throws RepositoryException
Throws:
RepositoryException


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.