Uses of Interface
org.nuxeo.ecm.core.api.IterableQueryResult
Package
Description
Implementation of a Nuxeo repository over an SQL database.
-
Uses of IterableQueryResult in org.nuxeo.ecm.core.api
Modifier and TypeMethodDescriptionAbstractSession.queryAndFetch
(String query, String queryType, boolean distinctDocuments, Object... params) AbstractSession.queryAndFetch
(String query, String queryType, Object... params) CoreSession.queryAndFetch
(String query, String queryType, boolean distinctDocuments, Object... params) Executes the given query and returns an iterable of maps containing the requested properties (which must be closed when done).CoreSession.queryAndFetch
(String query, String queryType, Object... params) Executes the given query and returns an iterable of maps containing the requested properties (which must be closed when done). -
Uses of IterableQueryResult in org.nuxeo.ecm.core.model
Modifier and TypeMethodDescriptionSession.queryAndFetch
(String query, String queryType, T queryFilter, boolean distinctDocuments, Object[] params) Does a query and fetch the individual results as maps. -
Uses of IterableQueryResult in org.nuxeo.ecm.core.opencmis.impl.server
Modifier and TypeClassDescriptionstatic class
IterableQueryResult wrapping the one from the NXQL query to turn values into CMIS ones.Modifier and TypeFieldDescriptionprotected IterableQueryResult
CMISQLtoNXQL.NXQLtoCMISIterableQueryResult.it
Modifier and TypeMethodDescriptionCMISQLtoNXQL.getIterableQueryResult
(IterableQueryResult it, NuxeoCmisService service) NuxeoCmisService.queryAndFetch
(String query, boolean searchAllVersions) Makes a CMISQL query to the repository and returns anIterableQueryResult
, which MUST be closed in afinally
block.NuxeoCmisService.queryAndFetch
(String query, boolean searchAllVersions, Map<String, org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition<?>> typeInfo) Makes a CMISQL query to the repository and returns anIterableQueryResult
, which MUST be closed in afinally
block.Modifier and TypeMethodDescriptionCMISQLtoNXQL.getIterableQueryResult
(IterableQueryResult it, NuxeoCmisService service) ModifierConstructorDescriptionNXQLtoCMISIterableQueryResult
(IterableQueryResult it, Map<String, String> realColumns, Map<String, org.apache.chemistry.opencmis.server.support.query.ColumnReference> virtualColumns, NuxeoCmisService service) -
Uses of IterableQueryResult in org.nuxeo.ecm.core.storage.dbs
Modifier and TypeMethodDescriptionDBSSession.queryAndFetch
(String query, String queryType, QueryFilter queryFilter, boolean distinctDocuments, Object[] params) -
Uses of IterableQueryResult in org.nuxeo.ecm.core.storage.sql
Modifier and TypeFieldDescriptionfinal IterableQueryResult
SessionImpl.QueryResultContext.queryResult
Modifier and TypeMethodDescriptionMapper.queryAndFetch
(String query, String queryType, QueryFilter queryFilter, boolean distinctDocuments, Object... params) Makes a query to the database and returns an iterable (which must be closed when done).Session.queryAndFetch
(String query, String queryType, QueryFilter queryFilter, boolean distinctDocuments, Object... params) Makes a query to the database and returns an iterable (which must be closed when done).Session.queryAndFetch
(String query, String queryType, QueryFilter queryFilter, Object... params) Makes a query to the database and returns an iterable (which must be closed when done).SessionImpl.queryAndFetch
(String query, String queryType, QueryFilter queryFilter, boolean distinctDocuments, Object... params) SessionImpl.queryAndFetch
(String query, String queryType, QueryFilter queryFilter, Object... params) SoftRefCachingMapper.queryAndFetch
(String query, String queryType, QueryFilter queryFilter, boolean distinctDocuments, Object... params) UnifiedCachingMapper.queryAndFetch
(String query, String queryType, QueryFilter queryFilter, boolean distinctDocuments, Object... params) Modifier and TypeMethodDescriptionprotected void
SessionImpl.noteQueryResult
(IterableQueryResult result) -
Uses of IterableQueryResult in org.nuxeo.ecm.core.storage.sql.coremodel
Modifier and TypeMethodDescriptionSQLSession.queryAndFetch
(String query, String queryType, QueryFilter queryFilter, boolean distinctDocuments, Object[] params) -
Uses of IterableQueryResult in org.nuxeo.ecm.core.storage.sql.jdbc
Modifier and TypeClassDescriptionclass
Iterable query result implemented as a cursor on a SQLResultSet
.Modifier and TypeMethodDescriptionJDBCMapper.queryAndFetch
(String query, String queryType, QueryFilter queryFilter, boolean distinctDocuments, Object... params) -
Uses of IterableQueryResult in org.nuxeo.ecm.platform.query.nxql
Modifier and TypeFieldDescriptionprotected IterableQueryResult
CoreQueryAndFetchUnrestrictedSessionRunner.result
-
Uses of IterableQueryResult in org.nuxeo.elasticsearch.api
Modifier and TypeClassDescriptionclass
Iterable query result of results of an ElasticSearch scroll query and next ones.Modifier and TypeMethodDescriptionEsResult.getRows()
Iterator to use when selecting fields: SELECT ecm:uuid ...ModifierConstructorDescriptionEsResult
(IterableQueryResult rows, List<Aggregate<Bucket>> aggregates, org.opensearch.action.search.SearchResponse response) EsScrollResult
(IterableQueryResult rows, org.opensearch.action.search.SearchResponse response, NxQueryBuilder queryBuilder, String scrollId, long keepAlive) -
Uses of IterableQueryResult in org.nuxeo.elasticsearch.core
Modifier and TypeClassDescriptionclass
Iterable query result of the results of an Elasticsearch query.