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
childSelectornode is a child of theparentSelectornode.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 thedescendantSelectornode is a descendant of theancestorSelectornode.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 aDOUBLEvalue 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 aNAMEvalue equal to the local (unprefixed) name of a node.Evaluates to aNAMEvalue 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 evaluatingoperandfor 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.AQueryObjectModelFactorycreates instances of the JCR query object model.Tests whether two nodes are "the same" according to theisSamemethod 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.