|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
And | Performs a logical conjunction of two other constraints. |
BindVariableValue | Evaluates to the value of a bind variable. |
ChildNode | Tests whether the selector node is a child of a node
reachable by absolute path path . |
ChildNodeJoinCondition | Tests whether the childSelector node is a child
of the parentSelector 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 | Tests whether the selector node is a descendant of a
node reachable by absolute path path . |
DescendantNodeJoinCondition | Tests whether the descendantSelector node
is a descendant of the ancestorSelector
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 a DOUBLE 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 a join . |
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) of
operand . |
NodeLocalName | Evaluates to a NAME value equal to the local (unprefixed) name
of a node. |
NodeName | Evaluates to a NAME 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 a Comparison . |
Or | Performs a logical disjunction of two other constraints. |
Ordering | Determines the relative order of two node-tuples by evaluating operand 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 | A QueryObjectModelFactory creates instances of the JCR query
object model. |
SameNode | Tests whether the selector node is reachable by
absolute path path . |
SameNodeJoinCondition | Tests whether two nodes are "the same" according to the isSame
method of javax.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) of
operand . |
Provides interfaces and classes for content repository Query Object Model.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |