Copyright© 2008-2018 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 |
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 |
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 |
UpperCase
Evaluates to the upper-case string value (or values, if multi-valued) of
operand . |
Modifier and Type | Method and Description |
---|---|
DynamicOperand |
UpperCase.getOperand()
Gets the operand whose value is converted to a upper-case string.
|
DynamicOperand |
LowerCase.getOperand()
Gets the operand whose value is converted to a lower-case string.
|
DynamicOperand |
Ordering.getOperand()
The operand by which to order.
|
DynamicOperand |
Comparison.getOperand1()
Gets the first operand.
|
Modifier and Type | Method and Description |
---|---|
Ordering |
QueryObjectModelFactory.ascending(DynamicOperand operand)
Orders by the value of the specified operand, in ascending order.
|
Comparison |
QueryObjectModelFactory.comparison(DynamicOperand operand1,
String operator,
StaticOperand operand2)
Filters node-tuples based on the outcome of a binary operation.
|
Ordering |
QueryObjectModelFactory.descending(DynamicOperand operand)
Orders by the value of the specified operand, in descending order.
|
LowerCase |
QueryObjectModelFactory.lowerCase(DynamicOperand operand)
Evaluates to the lower-case string value (or values, if multi-valued) of
an operand.
|
UpperCase |
QueryObjectModelFactory.upperCase(DynamicOperand operand)
Evaluates to the upper-case string value (or values, if multi-valued) of
an 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-2018 SiteVision AB, all rights reserved.