Uses of Interface
org.nuxeo.ecm.core.api.IterableQueryResult
-
Packages that use IterableQueryResult Package Description org.nuxeo.ecm.core.api org.nuxeo.ecm.core.model org.nuxeo.ecm.core.opencmis.impl.server org.nuxeo.ecm.core.storage.dbs org.nuxeo.ecm.core.storage.sql Implementation of a Nuxeo repository over an SQL database.org.nuxeo.ecm.core.storage.sql.coremodel org.nuxeo.ecm.core.storage.sql.jdbc org.nuxeo.ecm.platform.query.nxql org.nuxeo.elasticsearch.api org.nuxeo.elasticsearch.core -
-
Uses of IterableQueryResult in org.nuxeo.ecm.core.api
Methods in org.nuxeo.ecm.core.api that return IterableQueryResult Modifier and Type Method Description IterableQueryResultAbstractSession. queryAndFetch(String query, String queryType, boolean distinctDocuments, Object... params)IterableQueryResultAbstractSession. queryAndFetch(String query, String queryType, Object... params)IterableQueryResultCoreSession. 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).IterableQueryResultCoreSession. 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 IterableQueryResult Modifier and Type Method Description IterableQueryResultSession. 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 IterableQueryResult Modifier and Type Class Description static classCMISQLtoNXQL.NXQLtoCMISIterableQueryResultIterableQueryResult wrapping the one from the NXQL query to turn values into CMIS ones.Fields in org.nuxeo.ecm.core.opencmis.impl.server declared as IterableQueryResult Modifier and Type Field Description protected IterableQueryResultCMISQLtoNXQL.NXQLtoCMISIterableQueryResult. itMethods in org.nuxeo.ecm.core.opencmis.impl.server that return IterableQueryResult Modifier and Type Method Description IterableQueryResultCMISQLtoNXQL. getIterableQueryResult(IterableQueryResult it, NuxeoCmisService service)IterableQueryResultNuxeoCmisService. queryAndFetch(String query, boolean searchAllVersions)Makes a CMISQL query to the repository and returns anIterableQueryResult, which MUST be closed in afinallyblock.IterableQueryResultNuxeoCmisService. 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 afinallyblock.Methods in org.nuxeo.ecm.core.opencmis.impl.server with parameters of type IterableQueryResult Modifier and Type Method Description IterableQueryResultCMISQLtoNXQL. getIterableQueryResult(IterableQueryResult it, NuxeoCmisService service)Constructors in org.nuxeo.ecm.core.opencmis.impl.server with parameters of type IterableQueryResult Constructor Description NXQLtoCMISIterableQueryResult(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 IterableQueryResult Modifier and Type Class Description protected static classDBSSession.DBSQueryResultMethods in org.nuxeo.ecm.core.storage.dbs that return IterableQueryResult Modifier and Type Method Description IterableQueryResultDBSSession. 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 IterableQueryResult Modifier and Type Field Description IterableQueryResultSessionImpl.QueryResultContext. queryResultMethods in org.nuxeo.ecm.core.storage.sql that return IterableQueryResult Modifier and Type Method Description IterableQueryResultMapper. 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).IterableQueryResultSession. 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).IterableQueryResultSession. 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).IterableQueryResultSessionImpl. queryAndFetch(String query, String queryType, QueryFilter queryFilter, boolean distinctDocuments, Object... params)IterableQueryResultSessionImpl. queryAndFetch(String query, String queryType, QueryFilter queryFilter, Object... params)IterableQueryResultSoftRefCachingMapper. queryAndFetch(String query, String queryType, QueryFilter queryFilter, boolean distinctDocuments, Object... params)IterableQueryResultUnifiedCachingMapper. queryAndFetch(String query, String queryType, QueryFilter queryFilter, boolean distinctDocuments, Object... params)Methods in org.nuxeo.ecm.core.storage.sql with parameters of type IterableQueryResult Modifier and Type Method Description protected voidSessionImpl. noteQueryResult(IterableQueryResult result)Constructors in org.nuxeo.ecm.core.storage.sql with parameters of type IterableQueryResult Constructor Description QueryResultContext(IterableQueryResult queryResult) -
Uses of IterableQueryResult in org.nuxeo.ecm.core.storage.sql.coremodel
Methods in org.nuxeo.ecm.core.storage.sql.coremodel that return IterableQueryResult Modifier and Type Method Description IterableQueryResultSQLSession. 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 IterableQueryResult Modifier and Type Class Description classResultSetQueryResultIterable query result implemented as a cursor on a SQLResultSet.Methods in org.nuxeo.ecm.core.storage.sql.jdbc that return IterableQueryResult Modifier and Type Method Description IterableQueryResultJDBCMapper. 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 IterableQueryResult Modifier and Type Field Description protected IterableQueryResultCoreQueryAndFetchUnrestrictedSessionRunner. resultMethods in org.nuxeo.ecm.platform.query.nxql that return IterableQueryResult Modifier and Type Method Description IterableQueryResultCoreQueryAndFetchUnrestrictedSessionRunner. getResult() -
Uses of IterableQueryResult in org.nuxeo.elasticsearch.api
Classes in org.nuxeo.elasticsearch.api that implement IterableQueryResult Modifier and Type Class Description classEsIterableQueryResultImplIterable query result of results of an ElasticSearch scroll query and next ones.Methods in org.nuxeo.elasticsearch.api that return IterableQueryResult Modifier and Type Method Description IterableQueryResultEsResult. getRows()Iterator to use when selecting fields: SELECT ecm:uuid ...Constructors in org.nuxeo.elasticsearch.api with parameters of type IterableQueryResult Constructor Description EsResult(IterableQueryResult rows, List<Aggregate<Bucket>> aggregates, org.elasticsearch.action.search.SearchResponse response)EsScrollResult(IterableQueryResult rows, org.elasticsearch.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 IterableQueryResult Modifier and Type Class Description classEsResultSetImplIterable query result of the results of an Elasticsearch query.
-