Uses of Interface
org.nuxeo.ecm.core.api.IterableQueryResult
Packages that use IterableQueryResult
Package
Description
Implementation of a Nuxeo repository over an SQL database.
-
Uses of IterableQueryResult in org.nuxeo.ecm.core.api
Methods in org.nuxeo.ecm.core.api that return IterableQueryResultModifier 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
Methods in org.nuxeo.ecm.core.model that return IterableQueryResultModifier 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
Classes in org.nuxeo.ecm.core.opencmis.impl.server that implement IterableQueryResultModifier and TypeClassDescriptionstatic class
IterableQueryResult wrapping the one from the NXQL query to turn values into CMIS ones.Fields in org.nuxeo.ecm.core.opencmis.impl.server declared as IterableQueryResultModifier and TypeFieldDescriptionprotected IterableQueryResult
CMISQLtoNXQL.NXQLtoCMISIterableQueryResult.it
Methods in org.nuxeo.ecm.core.opencmis.impl.server that return IterableQueryResultModifier 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.Methods in org.nuxeo.ecm.core.opencmis.impl.server with parameters of type IterableQueryResultModifier and TypeMethodDescriptionCMISQLtoNXQL.getIterableQueryResult
(IterableQueryResult it, NuxeoCmisService service) Constructors in org.nuxeo.ecm.core.opencmis.impl.server with parameters of type IterableQueryResultModifierConstructorDescriptionNXQLtoCMISIterableQueryResult
(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
Classes in org.nuxeo.ecm.core.storage.dbs that implement IterableQueryResultMethods in org.nuxeo.ecm.core.storage.dbs that return IterableQueryResultModifier and TypeMethodDescriptionDBSSession.queryAndFetch
(String query, String queryType, QueryFilter queryFilter, boolean distinctDocuments, Object[] params) -
Uses of IterableQueryResult in org.nuxeo.ecm.core.storage.sql
Fields in org.nuxeo.ecm.core.storage.sql declared as IterableQueryResultModifier and TypeFieldDescriptionfinal IterableQueryResult
SessionImpl.QueryResultContext.queryResult
Methods in org.nuxeo.ecm.core.storage.sql that return IterableQueryResultModifier 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) Methods in org.nuxeo.ecm.core.storage.sql with parameters of type IterableQueryResultModifier and TypeMethodDescriptionprotected void
SessionImpl.noteQueryResult
(IterableQueryResult result) Constructors in org.nuxeo.ecm.core.storage.sql with parameters of type IterableQueryResult -
Uses of IterableQueryResult in org.nuxeo.ecm.core.storage.sql.coremodel
Methods in org.nuxeo.ecm.core.storage.sql.coremodel that return IterableQueryResultModifier and TypeMethodDescriptionSQLSession.queryAndFetch
(String query, String queryType, QueryFilter queryFilter, boolean distinctDocuments, Object[] params) -
Uses of IterableQueryResult in org.nuxeo.ecm.core.storage.sql.jdbc
Classes in org.nuxeo.ecm.core.storage.sql.jdbc that implement IterableQueryResultModifier and TypeClassDescriptionclass
Iterable query result implemented as a cursor on a SQLResultSet
.Methods in org.nuxeo.ecm.core.storage.sql.jdbc that return IterableQueryResultModifier and TypeMethodDescriptionJDBCMapper.queryAndFetch
(String query, String queryType, QueryFilter queryFilter, boolean distinctDocuments, Object... params) -
Uses of IterableQueryResult in org.nuxeo.ecm.platform.query.nxql
Fields in org.nuxeo.ecm.platform.query.nxql declared as IterableQueryResultModifier and TypeFieldDescriptionprotected IterableQueryResult
CoreQueryAndFetchUnrestrictedSessionRunner.result
Methods in org.nuxeo.ecm.platform.query.nxql that return IterableQueryResult -
Uses of IterableQueryResult in org.nuxeo.elasticsearch.api
Classes in org.nuxeo.elasticsearch.api that implement IterableQueryResultModifier and TypeClassDescriptionclass
Iterable query result of results of an ElasticSearch scroll query and next ones.Methods in org.nuxeo.elasticsearch.api that return IterableQueryResultModifier and TypeMethodDescriptionEsResult.getRows()
Iterator to use when selecting fields: SELECT ecm:uuid ...Constructors in org.nuxeo.elasticsearch.api with parameters of type IterableQueryResultModifierConstructorDescriptionEsResult
(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
Classes in org.nuxeo.elasticsearch.core that implement IterableQueryResultModifier and TypeClassDescriptionclass
Iterable query result of the results of an Elasticsearch query.