Copyright© 2008-2019 SiteVision AB, all rights reserved.
Package | Description |
---|---|
javax.jcr.query.qom |
Provides interfaces and classes for content repository Query Object Model.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BindVariableValue
Evaluates to the value of a bind variable.
|
interface |
DynamicOperand
An operand whose value can only be determined in evaluating the query.
|
interface |
FullTextSearchScore
Evaluates to a
DOUBLE value equal to the full-text search score
of a node. |
interface |
Length
Evaluates to the length (or lengths, if multi-valued) of a property.
|
interface |
Literal
Evaluates to a literal value.
|
interface |
LowerCase
Evaluates to the lower-case string value (or values, if multi-valued) of
operand . |
interface |
NodeLocalName
Evaluates to a
NAME value equal to the local (unprefixed) name
of a node. |
interface |
NodeName
Evaluates to a
NAME value equal to the namespace-qualified name
of a node. |
interface |
PropertyValue
Evaluates to the value (or values, if multi-valued) of a property.
|
interface |
StaticOperand
An operand whose value can be determined from static analysis of the query,
prior to its evaluation.
|
interface |
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-2019 SiteVision AB, all rights reserved.