Uses of Interface
org.nuxeo.ecm.core.api.ScrollResult
Packages that use ScrollResult
Package
Description
Implementation of a Nuxeo repository over an SQL database.
-
Uses of ScrollResult in org.nuxeo.audit.storage.impl
Methods in org.nuxeo.audit.storage.impl that return ScrollResultModifier and TypeMethodDescriptionScroll log entries in the Audit directory, given a scroll Id.DirectoryAuditStorage.scroll
(QueryBuilder queryBuilder, int batchSize, int keepAlive) Scroll log entries in the Audit directory, given an audit query builder. -
Uses of ScrollResult in org.nuxeo.ecm.core.api
Classes in org.nuxeo.ecm.core.api that implement ScrollResultFields in org.nuxeo.ecm.core.api declared as ScrollResultModifier and TypeFieldDescriptionprotected static final ScrollResult<?>
ScrollResultImpl.EMPTY_RESULT
Methods in org.nuxeo.ecm.core.api that return ScrollResultModifier and TypeMethodDescriptionstatic <O> ScrollResult<O>
ScrollResultImpl.emptyResult()
Get the next batch of results containing id of documents, thescrollId
is part of the previousScrollResult
response.Executes the given query and returns the first batch of results containing id of documents, next batch must be requested within thekeepAliveSeconds
delay. -
Uses of ScrollResult in org.nuxeo.ecm.core.model
Methods in org.nuxeo.ecm.core.model that return ScrollResultModifier and TypeMethodDescriptionGet the next batch of result containing id of documents.Executes the given query and returns the first batch of results containing id of documents, next batch must be requested within the keepAliveSeconds delay.Executes the given query and returns the first batch of results containing id of documents, next batch must be requested within the keepAliveSeconds delay. -
Uses of ScrollResult in org.nuxeo.ecm.core.scroll
Fields in org.nuxeo.ecm.core.scroll declared as ScrollResult -
Uses of ScrollResult in org.nuxeo.ecm.core.storage.dbs
Methods in org.nuxeo.ecm.core.storage.dbs that return ScrollResultModifier and TypeMethodDescriptionDBSCachingConnection.scroll
(DBSExpressionEvaluator evaluator, int batchSize, int keepAliveSeconds) Get the next batch of results containing id of documents, thescrollId
is part of the previousScrollResult
response.DBSConnection.scroll
(DBSExpressionEvaluator evaluator, int batchSize, int keepAliveSeconds) Executes the given query and returns the first batch of results containing id of documents, next batch must be requested within thekeepAliveSeconds
delay.DBSSession.scroll
(String query, QueryFilter queryFilter, int batchSize, int keepAliveSeconds) DBSTransactionState.scroll
(DBSExpressionEvaluator evaluator, int batchSize, int keepAliveSeconds) -
Uses of ScrollResult in org.nuxeo.ecm.core.storage.mem
Methods in org.nuxeo.ecm.core.storage.mem that return ScrollResultModifier and TypeMethodDescriptionMemConnection.scroll
(DBSExpressionEvaluator evaluator, int batchSize, int keepAliveSeconds) -
Uses of ScrollResult in org.nuxeo.ecm.core.storage.mongodb
Methods in org.nuxeo.ecm.core.storage.mongodb that return ScrollResultModifier and TypeMethodDescriptionMongoDBConnection.scroll
(DBSExpressionEvaluator evaluator, int batchSize, int keepAliveSeconds) -
Uses of ScrollResult in org.nuxeo.ecm.core.storage.sql
Methods in org.nuxeo.ecm.core.storage.sql that return ScrollResultModifier and TypeMethodDescriptionGet the next batch of results containing id of documents, thescrollId
is part of the previousScrollResult
response.Executes the given query and returns the first batch of results containing id of documents, next batch must be requested within thekeepAliveSeconds
delay.Mapper.scroll
(String query, QueryFilter queryFilter, int batchSize, int keepAliveSeconds) Executes the given query and returns the first batch of results containing id of documents, next batch must be requested within thekeepAliveSeconds
delay.Get the next batch of results containing id of documents, thescrollId
is part of the previousScrollResult
response.Executes the given query and returns the first batch of results containing id of documents, next batch must be requested within thekeepAliveSeconds
delay.Session.scroll
(String query, QueryFilter queryFilter, int batchSize, int keepAliveSeconds) Executes the given query and returns the first batch of results containing id of documents, next batch must be requested within thekeepAliveSeconds
delay.SessionImpl.scroll
(String query, QueryFilter queryFilter, int batchSize, int keepAliveSeconds) SoftRefCachingMapper.scroll
(String query, QueryFilter queryFilter, int batchSize, int keepAliveSeconds) UnifiedCachingMapper.scroll
(String query, QueryFilter queryFilter, int batchSize, int keepAliveSeconds) -
Uses of ScrollResult in org.nuxeo.ecm.core.storage.sql.coremodel
Methods in org.nuxeo.ecm.core.storage.sql.coremodel that return ScrollResultModifier and TypeMethodDescriptionSQLSession.scroll
(String query, QueryFilter queryFilter, int batchSize, int keepAliveSeconds) -
Uses of ScrollResult in org.nuxeo.ecm.core.storage.sql.jdbc
Methods in org.nuxeo.ecm.core.storage.sql.jdbc that return ScrollResultModifier and TypeMethodDescriptionprotected ScrollResult<String>
JDBCMapper.defaultScroll
(String query) JDBCMapper.scroll
(String query, QueryFilter queryFilter, int batchSize, int keepAliveSeconds) protected ScrollResult<String>
JDBCMapper.scrollSearch
(String query, QueryFilter queryFilter, int batchSize, int keepAliveSeconds) -
Uses of ScrollResult in org.nuxeo.ecm.platform.audit.api
Methods in org.nuxeo.ecm.platform.audit.api that return ScrollResultModifier and TypeMethodDescriptionAuditStorage.scroll
(QueryBuilder queryBuilder, int batchSize, int keepAliveSeconds) -
Uses of ScrollResult in org.nuxeo.ecm.platform.audit.service
Methods in org.nuxeo.ecm.platform.audit.service that return ScrollResultModifier and TypeMethodDescriptionDefaultAuditBackend.scroll
(QueryBuilder builder, int batchSize, int keepAliveSeconds) -
Uses of ScrollResult in org.nuxeo.elasticsearch.audit
Methods in org.nuxeo.elasticsearch.audit that return ScrollResultModifier and TypeMethodDescriptionESAuditBackend.scroll
(QueryBuilder builder, int batchSize, int keepAliveSeconds) -
Uses of ScrollResult in org.nuxeo.mongodb.audit
Methods in org.nuxeo.mongodb.audit that return ScrollResultModifier and TypeMethodDescriptionMongoDBAuditBackend.scroll
(QueryBuilder builder, int batchSize, int keepAliveSeconds)