Package javax.jcr.query.qom


package javax.jcr.query.qom
Provides interfaces and classes for content repository Query Object Model.
  • Interfaces
    Class
    Description
    Performs a logical conjunction of two other constraints.
    Evaluates to the value of a bind variable.
    Tests whether the selector node is a child of a node reachable by absolute path path.
    Tests whether the childSelector node is a child of the parentSelector 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 the selector node is a descendant of a node reachable by absolute path path.
    Tests whether the descendantSelector node is a descendant of the ancestorSelector 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 a DOUBLE 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 a join.
    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) of operand.
    Evaluates to a NAME value equal to the local (unprefixed) name of a node.
    Evaluates to a NAME 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 a Comparison.
    Performs a logical disjunction of two other constraints.
    Determines the relative order of two node-tuples by evaluating operand 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.
    A QueryObjectModelFactory creates instances of the JCR query object model.
    Tests whether the selector node is reachable by absolute path path.
    Tests whether two nodes are "the same" according to the isSame method of javax.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) of operand.