Copyright© 2008-2018 SiteVision AB, all rights reserved.
Package | Description |
---|---|
javax.jcr.query.qom |
Provides interfaces and classes for content repository Query Object Model.
|
Modifier and Type | Interface and Description |
---|---|
interface |
And
Performs a logical conjunction of two other constraints.
|
interface |
ChildNode
|
interface |
Comparison
Filters node-tuples based on the outcome of a binary operation.
|
interface |
DescendantNode
|
interface |
FullTextSearch
Performs a full-text search.
|
interface |
Not
Performs a logical negation of another constraint.
|
interface |
Or
Performs a logical disjunction of two other constraints.
|
interface |
PropertyExistence
Tests the existence of a property.
|
interface |
SameNode
|
Modifier and Type | Method and Description |
---|---|
Constraint |
QueryObjectModel.getConstraint()
Gets the constraint for this query.
|
Constraint |
Not.getConstraint()
Gets the constraint negated by this
Not constraint. |
Constraint |
Or.getConstraint1()
Gets the first constraint.
|
Constraint |
And.getConstraint1()
Gets the first constraint.
|
Constraint |
Or.getConstraint2()
Gets the second constraint.
|
Constraint |
And.getConstraint2()
Gets the second constraint.
|
Modifier and Type | Method and Description |
---|---|
And |
QueryObjectModelFactory.and(Constraint constraint1,
Constraint constraint2)
Performs a logical conjunction of two other constraints.
|
QueryObjectModel |
QueryObjectModelFactory.createQuery(Source source,
Constraint constraint,
Ordering[] orderings,
Column[] columns)
Creates a query with one or more selectors.
|
Not |
QueryObjectModelFactory.not(Constraint constraint)
Performs a logical negation of another constraint.
|
Or |
QueryObjectModelFactory.or(Constraint constraint1,
Constraint constraint2)
Performs a logical disjunction of two other constraints.
|
SiteVision - Portal and Content Management Made Easy
SiteVision is an advanced Java enterprise portal product and a portlet container (JSR 286) that implements Java Content Repository (JSR 283).
Copyright© 2008-2018 SiteVision AB, all rights reserved.