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 |
BindVariableValue
Evaluates to the value of a bind variable.
|
interface |
Literal
Evaluates to a literal value.
|
Modifier and Type | Method and Description |
---|---|
StaticOperand |
FullTextSearch.getFullTextSearchExpression()
Gets the full-text search expression.
|
StaticOperand |
Comparison.getOperand2()
Gets the second operand.
|
Modifier and Type | Method and Description |
---|---|
Comparison |
QueryObjectModelFactory.comparison(DynamicOperand operand1,
String operator,
StaticOperand operand2)
Filters node-tuples based on the outcome of a binary operation.
|
FullTextSearch |
QueryObjectModelFactory.fullTextSearch(String selectorName,
String propertyName,
StaticOperand fullTextSearchExpression)
Performs a full-text search against the specified selector.
|
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.