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 | Method and Description |
---|---|
Ordering |
QueryObjectModelFactory.ascending(DynamicOperand operand)
Orders by the value of the specified operand, in ascending order.
|
Ordering |
QueryObjectModelFactory.descending(DynamicOperand operand)
Orders by the value of the specified operand, in descending order.
|
Ordering[] |
QueryObjectModel.getOrderings()
Gets the orderings for this query.
|
Modifier and Type | Method and Description |
---|---|
QueryObjectModel |
QueryObjectModelFactory.createQuery(Source source,
Constraint constraint,
Ordering[] orderings,
Column[] columns)
Creates a query with one or more selectors.
|
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.