| Interface | Description |
|---|---|
| QueryResultWrapper |
Wrapper for the JCR
QueryResult adding facets and other methods. |
| Class | Description |
|---|---|
| QOMBuilder |
Utility class to help building a query object mode in several steps.
|
| QueryManagerImpl |
Implementation of the
QueryManager to support multiple providers. |
| QueryResultAdapter |
Transform a QueryResult
|
| QueryResultWrapperImpl |
This is an adapter to support JCR query result functionality for multiple providers.
|
| QueryResultWrapperImpl.MultipleRowIterator |
Iterator aggregating multiple row iterators
|
| QueryService |
Jahia's query service is based on the JCR QueryObjectModelFactory and thus supports all kinds of
complex queries specified in JSR-283 (Content Repository for Java� Technology API 2.0)
Queries can be created with the API by using the QueryObjectModel.
|
| QueryServiceImpl |
The default implementation of Jahia's QueryService.
|
| QueryWrapper |
An implementation of the JCR
Query for multiple providers. |
| ScrollableQuery |
ScrollableQuery allow you to execute a Query with a step iteration
It can be useful in some cases when you are looking for some data and just want a sample in it
There is a security to avoid infinite looping, it's stop automatically at the end of the data available for the query
|
| ScrollableQueryCallback<T> |
Callback class for ScrollableQuery.
|
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.