Uses of Interface
org.nuxeo.ecm.core.api.ScrollResult
-
Packages that use ScrollResult Package Description org.nuxeo.audit.storage.impl org.nuxeo.ecm.core.api org.nuxeo.ecm.core.model org.nuxeo.ecm.core.scroll org.nuxeo.ecm.core.storage.dbs org.nuxeo.ecm.core.storage.mem org.nuxeo.ecm.core.storage.mongodb 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.audit.api org.nuxeo.ecm.platform.audit.service org.nuxeo.elasticsearch.audit org.nuxeo.mongodb.audit -
-
Uses of ScrollResult in org.nuxeo.audit.storage.impl
Methods in org.nuxeo.audit.storage.impl that return ScrollResult Modifier and Type Method Description ScrollResult<String>
DirectoryAuditStorage. scroll(String scrollId)
Scroll log entries in the Audit directory, given a scroll Id.ScrollResult<String>
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 ScrollResult Modifier and Type Class Description class
ScrollResultImpl<T>
Fields in org.nuxeo.ecm.core.api declared as ScrollResult Modifier and Type Field Description protected static ScrollResult<?>
ScrollResultImpl. EMPTY_RESULT
Methods in org.nuxeo.ecm.core.api that return ScrollResult Modifier and Type Method Description static <O> ScrollResult<O>
ScrollResultImpl. emptyResult()
ScrollResult<String>
AbstractSession. scroll(String scrollId)
ScrollResult<String>
AbstractSession. scroll(String query, int batchSize, int keepAliveSeconds)
ScrollResult<String>
CoreSession. scroll(String scrollId)
Get the next batch of results containing id of documents, thescrollId
is part of the previousScrollResult
response.ScrollResult<String>
CoreSession. scroll(String query, 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.ScrollResult<R>
CursorService. scroll(String scrollId)
-
Uses of ScrollResult in org.nuxeo.ecm.core.model
Methods in org.nuxeo.ecm.core.model that return ScrollResult Modifier and Type Method Description ScrollResult<String>
Session. scroll(String scrollId)
Get the next batch of result containing id of documents.ScrollResult<String>
Session. scroll(String query, 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 the keepAliveSeconds delay.ScrollResult<String>
Session. scroll(String query, T 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 the keepAliveSeconds delay. -
Uses of ScrollResult in org.nuxeo.ecm.core.scroll
Fields in org.nuxeo.ecm.core.scroll declared as ScrollResult Modifier and Type Field Description protected ScrollResult<String>
RepositoryScroll. repoScroller
-
Uses of ScrollResult in org.nuxeo.ecm.core.storage.dbs
Methods in org.nuxeo.ecm.core.storage.dbs that return ScrollResult Modifier and Type Method Description ScrollResult<String>
DBSCachingConnection. scroll(String scrollId)
ScrollResult<String>
DBSCachingConnection. scroll(DBSExpressionEvaluator evaluator, int batchSize, int keepAliveSeconds)
ScrollResult<String>
DBSConnection. scroll(String scrollId)
Get the next batch of results containing id of documents, thescrollId
is part of the previousScrollResult
response.ScrollResult<String>
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.ScrollResult<String>
DBSSession. scroll(String scrollId)
ScrollResult<String>
DBSSession. scroll(String query, int batchSize, int keepAliveSeconds)
ScrollResult<String>
DBSSession. scroll(String query, QueryFilter queryFilter, int batchSize, int keepAliveSeconds)
ScrollResult<String>
DBSTransactionState. scroll(String scrollId)
ScrollResult<String>
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 ScrollResult Modifier and Type Method Description ScrollResult<String>
MemConnection. scroll(String scrollId)
ScrollResult<String>
MemConnection. 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 ScrollResult Modifier and Type Method Description ScrollResult<String>
MongoDBConnection. scroll(String scrollId)
ScrollResult<String>
MongoDBConnection. 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 ScrollResult Modifier and Type Method Description ScrollResult<String>
Mapper. scroll(String scrollId)
Get the next batch of results containing id of documents, thescrollId
is part of the previousScrollResult
response.ScrollResult<String>
Mapper. scroll(String query, 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.ScrollResult<String>
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.ScrollResult<String>
Session. scroll(String scrollId)
Get the next batch of results containing id of documents, thescrollId
is part of the previousScrollResult
response.ScrollResult<String>
Session. scroll(String query, 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.ScrollResult<String>
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.ScrollResult<String>
SessionImpl. scroll(String scrollId)
ScrollResult<String>
SessionImpl. scroll(String query, int batchSize, int keepAliveSeconds)
ScrollResult<String>
SessionImpl. scroll(String query, QueryFilter queryFilter, int batchSize, int keepAliveSeconds)
ScrollResult
SoftRefCachingMapper. scroll(String scrollId)
ScrollResult
SoftRefCachingMapper. scroll(String query, int batchSize, int keepAliveSeconds)
ScrollResult
SoftRefCachingMapper. scroll(String query, QueryFilter queryFilter, int batchSize, int keepAliveSeconds)
ScrollResult
UnifiedCachingMapper. scroll(String scrollId)
ScrollResult
UnifiedCachingMapper. scroll(String query, int batchSize, int keepAliveSeconds)
ScrollResult
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 ScrollResult Modifier and Type Method Description ScrollResult<String>
SQLSession. scroll(String scrollId)
ScrollResult<String>
SQLSession. scroll(String query, int batchSize, int keepAliveSeconds)
ScrollResult<String>
SQLSession. 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 ScrollResult Modifier and Type Method Description protected ScrollResult<String>
JDBCMapper. defaultScroll(String query)
ScrollResult<String>
JDBCMapper. scroll(String scrollId)
ScrollResult<String>
JDBCMapper. scroll(String query, int batchSize, int keepAliveSeconds)
ScrollResult<String>
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 ScrollResult Modifier and Type Method Description ScrollResult<String>
AuditStorage. scroll(String scrollId)
ScrollResult<String>
AuditStorage. 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 ScrollResult Modifier and Type Method Description ScrollResult<String>
DefaultAuditBackend. scroll(String scrollId)
ScrollResult<String>
DefaultAuditBackend. scroll(QueryBuilder builder, int batchSize, int keepAliveSeconds)
-
Uses of ScrollResult in org.nuxeo.elasticsearch.audit
Methods in org.nuxeo.elasticsearch.audit that return ScrollResult Modifier and Type Method Description ScrollResult<String>
ESAuditBackend. scroll(String scrollId)
ScrollResult<String>
ESAuditBackend. scroll(QueryBuilder builder, int batchSize, int keepAliveSeconds)
-
Uses of ScrollResult in org.nuxeo.mongodb.audit
Methods in org.nuxeo.mongodb.audit that return ScrollResult Modifier and Type Method Description ScrollResult<String>
MongoDBAuditBackend. scroll(String scrollId)
ScrollResult<String>
MongoDBAuditBackend. scroll(QueryBuilder builder, int batchSize, int keepAliveSeconds)
-