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 IterableQueryResult
AbstractSession. queryAndFetch(String query, String queryType, boolean distinctDocuments, Object... params)
IterableQueryResult
AbstractSession. queryAndFetch(String query, String queryType, Object... params)
IterableQueryResult
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).IterableQueryResult
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 IterableQueryResult Modifier and Type Method Description IterableQueryResult
Session. 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 class
CMISQLtoNXQL.NXQLtoCMISIterableQueryResult
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 IterableQueryResult Modifier and Type Field Description protected IterableQueryResult
CMISQLtoNXQL.NXQLtoCMISIterableQueryResult. it
Methods in org.nuxeo.ecm.core.opencmis.impl.server that return IterableQueryResult Modifier and Type Method Description IterableQueryResult
CMISQLtoNXQL. getIterableQueryResult(IterableQueryResult it, NuxeoCmisService service)
IterableQueryResult
NuxeoCmisService. queryAndFetch(String query, boolean searchAllVersions)
Makes a CMISQL query to the repository and returns anIterableQueryResult
, which MUST be closed in afinally
block.IterableQueryResult
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 IterableQueryResult Modifier and Type Method Description IterableQueryResult
CMISQLtoNXQL. 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 class
DBSSession.DBSQueryResult
Methods in org.nuxeo.ecm.core.storage.dbs that return IterableQueryResult Modifier and Type Method Description IterableQueryResult
DBSSession. 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 IterableQueryResult
SessionImpl.QueryResultContext. queryResult
Methods in org.nuxeo.ecm.core.storage.sql that return IterableQueryResult Modifier and Type Method Description IterableQueryResult
Mapper. 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).IterableQueryResult
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).IterableQueryResult
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).IterableQueryResult
SessionImpl. queryAndFetch(String query, String queryType, QueryFilter queryFilter, boolean distinctDocuments, Object... params)
IterableQueryResult
SessionImpl. queryAndFetch(String query, String queryType, QueryFilter queryFilter, Object... params)
IterableQueryResult
SoftRefCachingMapper. queryAndFetch(String query, String queryType, QueryFilter queryFilter, boolean distinctDocuments, Object... params)
IterableQueryResult
UnifiedCachingMapper. 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 void
SessionImpl. 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 IterableQueryResult
SQLSession. 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 class
ResultSetQueryResult
Iterable 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 IterableQueryResult
JDBCMapper. 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 IterableQueryResult
CoreQueryAndFetchUnrestrictedSessionRunner. result
Methods in org.nuxeo.ecm.platform.query.nxql that return IterableQueryResult Modifier and Type Method Description IterableQueryResult
CoreQueryAndFetchUnrestrictedSessionRunner. getResult()
-
Uses of IterableQueryResult in org.nuxeo.elasticsearch.api
Classes in org.nuxeo.elasticsearch.api that implement IterableQueryResult Modifier and Type Class Description class
EsIterableQueryResultImpl
Iterable 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 IterableQueryResult
EsResult. 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 class
EsResultSetImpl
Iterable query result of the results of an Elasticsearch query.
-