|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JcrConstraint | |
---|---|
org.modeshape.jcr.query.qom |
Uses of JcrConstraint in org.modeshape.jcr.query.qom |
---|
Classes in org.modeshape.jcr.query.qom that implement JcrConstraint | |
---|---|
class |
JcrAnd
Implementation of the 'and' constraint for the JCR Query Object Model and the Graph API. |
class |
JcrBetween
Implementation of the 'between' constraint for the Graph API and that is an extension to JCR Query Object Model. |
class |
JcrChildNode
Implementation of the child node constraint for the JCR Query Object Model and the Graph API. |
class |
JcrComparison
|
class |
JcrDescendantNode
Implementation of the descendant node constraint for the JCR Query Object Model and the Graph API. |
class |
JcrFullTextSearch
Implementation of the full-text search constraint for the JCR Query Object Model and the Graph API. |
class |
JcrNot
Implementation of the 'not' constraint for the JCR Query Object Model and the Graph API. |
class |
JcrOr
Implementation of the 'or' constraint for the JCR Query Object Model and the Graph API. |
class |
JcrPropertyExistence
Implementation of the property existence constraint for the JCR Query Object Model and the Graph API. |
class |
JcrSameNode
Implementation of the same node constraint for the JCR Query Object Model and the Graph API. |
class |
JcrSetCriteria
Implementation of the same node constraint for the JCR Query Object Model and the Graph API. |
Methods in org.modeshape.jcr.query.qom that return JcrConstraint | |
---|---|
JcrConstraint |
JcrSelectQuery.constraint()
Get the constraints, if there are any. |
JcrConstraint |
JcrNot.constraint()
The constraint being negated. |
JcrConstraint |
JcrNot.getConstraint()
|
JcrConstraint |
JcrOr.getConstraint1()
|
JcrConstraint |
JcrAnd.getConstraint1()
|
JcrConstraint |
JcrOr.getConstraint2()
|
JcrConstraint |
JcrAnd.getConstraint2()
|
JcrConstraint |
JcrOr.left()
Get the left-hand constraint. |
JcrConstraint |
JcrAnd.left()
Get the constraint that is on the left-hand-side of the AND operation. |
JcrConstraint |
JcrOr.right()
Get the right-hand constraint. |
JcrConstraint |
JcrAnd.right()
Get the constraint that is on the right-hand-side of the AND operation. |
Constructors in org.modeshape.jcr.query.qom with parameters of type JcrConstraint | |
---|---|
JcrAnd(JcrConstraint left,
JcrConstraint right)
|
|
JcrNot(JcrConstraint constraint)
|
|
JcrOr(JcrConstraint left,
JcrConstraint right)
|
|
JcrSelectQuery(JcrSource source,
JcrConstraint constraint,
List<? extends JcrOrdering> orderings,
List<? extends JcrColumn> columns,
JcrLimit limit,
boolean isDistinct)
Create a new query that uses the supplied source, constraint, orderings, columns and limits. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |