Package javax.jcr.query.qom
Provides interfaces and classes for content repository Query Object Model.
-
Interface Summary Interface Description And Performs a logical conjunction of two other constraints.BindVariableValue Evaluates to the value of a bind variable.ChildNode ChildNodeJoinCondition Tests whether thechildSelector
node is a child of theparentSelector
node.Column Defines a column to include in the tabular view of query results.Comparison Filters node-tuples based on the outcome of a binary operation.Constraint Filters the set of node-tuples formed by evaluating the query's selectors and the joins between them.DescendantNode DescendantNodeJoinCondition Tests whether thedescendantSelector
node is a descendant of theancestorSelector
node.DynamicOperand An operand whose value can only be determined in evaluating the query.EquiJoinCondition Tests whether the value of a property in a first selector is equal to the value of a property in a second selector.FullTextSearch Performs a full-text search.FullTextSearchScore Evaluates to aDOUBLE
value equal to the full-text search score of a node.Join Performs a join between two node-tuple sources.JoinCondition Filters the set of node-tuples formed from ajoin
.Length Evaluates to the length (or lengths, if multi-valued) of a property.Literal Evaluates to a literal value.LowerCase Evaluates to the lower-case string value (or values, if multi-valued) ofoperand
.NodeLocalName Evaluates to aNAME
value equal to the local (unprefixed) name of a node.NodeName Evaluates to aNAME
value equal to the namespace-qualified name of a node.Not Performs a logical negation of another constraint.Operand An operand to a binary operation specified by aComparison
.Or Performs a logical disjunction of two other constraints.Ordering Determines the relative order of two node-tuples by evaluatingoperand
for each.PropertyExistence Tests the existence of a property.PropertyValue Evaluates to the value (or values, if multi-valued) of a property.QueryObjectModel A query in the JCR query object model.QueryObjectModelConstants Defines constants used in the query object model.QueryObjectModelFactory AQueryObjectModelFactory
creates instances of the JCR query object model.SameNode SameNodeJoinCondition Tests whether two nodes are "the same" according to theisSame
method ofjavax.jcr.Item
.Selector Selects a subset of the nodes in the repository based on node type.Source Evaluates to a set of node-tuples.StaticOperand An operand whose value can be determined from static analysis of the query, prior to its evaluation.UpperCase Evaluates to the upper-case string value (or values, if multi-valued) ofoperand
.