Package javax.jcr.query.qom
package javax.jcr.query.qom
Provides interfaces and classes for content repository Query Object Model.
-
InterfacesClassDescriptionPerforms a logical conjunction of two other constraints.Evaluates to the value of a bind variable.Tests whether the
childSelector
node is a child of theparentSelector
node.Defines a column to include in the tabular view of query results.Filters node-tuples based on the outcome of a binary operation.Filters the set of node-tuples formed by evaluating the query's selectors and the joins between them.Tests whether thedescendantSelector
node is a descendant of theancestorSelector
node.An operand whose value can only be determined in evaluating the query.Tests whether the value of a property in a first selector is equal to the value of a property in a second selector.Performs a full-text search.Evaluates to aDOUBLE
value equal to the full-text search score of a node.Performs a join between two node-tuple sources.Filters the set of node-tuples formed from ajoin
.Evaluates to the length (or lengths, if multi-valued) of a property.Evaluates to a literal value.Evaluates to the lower-case string value (or values, if multi-valued) ofoperand
.Evaluates to aNAME
value equal to the local (unprefixed) name of a node.Evaluates to aNAME
value equal to the namespace-qualified name of a node.Performs a logical negation of another constraint.An operand to a binary operation specified by aComparison
.Performs a logical disjunction of two other constraints.Determines the relative order of two node-tuples by evaluatingoperand
for each.Tests the existence of a property.Evaluates to the value (or values, if multi-valued) of a property.A query in the JCR query object model.Defines constants used in the query object model.AQueryObjectModelFactory
creates instances of the JCR query object model.Tests whether two nodes are "the same" according to theisSame
method ofjavax.jcr.Item
.Selects a subset of the nodes in the repository based on node type.Evaluates to a set of node-tuples.An operand whose value can be determined from static analysis of the query, prior to its evaluation.Evaluates to the upper-case string value (or values, if multi-valued) ofoperand
.