Copyright© 2008-2022 Sitevision AB, all rights reserved.
Package | Description |
---|---|
javax.jcr.query |
Provides interfaces and classes for content repository searching functionality.
|
javax.jcr.query.qom |
Provides interfaces and classes for content repository Query Object Model.
|
Class and Description |
---|
QueryObjectModelFactory
A
QueryObjectModelFactory creates instances of the JCR query
object model. |
Class and Description |
---|
And
Performs a logical conjunction of two other constraints.
|
BindVariableValue
Evaluates to the value of a bind variable.
|
ChildNode |
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 |
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.
|
SameNode |
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 . |
Sitevision - Portal and Content Management Made Easy
Sitevision is an advanced Java enterprise portal product and a portlet container (JSR 286) that implements Java Content Repository (JSR 283).
Copyright© 2008-2022 Sitevision AB, all rights reserved.