Class Constraints
- java.lang.Object
-
- org.apache.jackrabbit.core.query.lucene.join.Constraints
-
public class Constraints extends Object
-
-
Constructor Summary
Constructors Constructor Description Constraints()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Constraint
and(QueryObjectModelFactory factory, List<Constraint> constraints)
static Constraint
and(QueryObjectModelFactory factory, Constraint... constraints)
static Constraint
or(QueryObjectModelFactory factory, List<Constraint> 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
-
-