public class Constraints extends Object
Constructor and Description |
---|
Constraints() |
Modifier and Type | Method and Description |
---|---|
static Constraint |
and(QueryObjectModelFactory factory,
Constraint... constraints) |
static Constraint |
and(QueryObjectModelFactory factory,
List<Constraint> constraints) |
static Constraint |
or(QueryObjectModelFactory factory,
List<Constraint> constraints) |
public static Constraint and(QueryObjectModelFactory factory, List<Constraint> constraints) throws RepositoryException
RepositoryException
public static Constraint and(QueryObjectModelFactory factory, Constraint... constraints) throws RepositoryException
RepositoryException
public static Constraint or(QueryObjectModelFactory factory, List<Constraint> constraints) throws RepositoryException
RepositoryException
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.