Package org.nuxeo.audit.scroll
Class AuditScroll
java.lang.Object
org.nuxeo.ecm.core.query.scroll.AbstractQueryBuilderScroll
org.nuxeo.ecm.core.query.scroll.AbstractQueryBuilderScroll.Scroll
org.nuxeo.audit.scroll.AuditScroll
- All Implemented Interfaces:
AutoCloseable,Iterator<List<String>>,Scroll
- Since:
- 2025.18
-
Nested Class Summary
Nested classes/interfaces inherited from class org.nuxeo.ecm.core.query.scroll.AbstractQueryBuilderScroll
AbstractQueryBuilderScroll.Query, AbstractQueryBuilderScroll.Scroll -
Field Summary
FieldsFields inherited from class org.nuxeo.ecm.core.query.scroll.AbstractQueryBuilderScroll.Scroll
end, entries, scrollIdFields inherited from class org.nuxeo.ecm.core.query.scroll.AbstractQueryBuilderScroll
queryBuilder, size, timeout -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidclearScroll(String scrollId) voidinit(ScrollRequest request, Map<String, String> options) Initialization of the iterator.protected ScrollResult<String> protected ScrollResult<String> scrollIds(QueryBuilder queryBuilder, int batchSize, Duration keepAlive) Methods inherited from class org.nuxeo.ecm.core.query.scroll.AbstractQueryBuilderScroll.Scroll
close, fetchNextScrollIfNeeded, hasNext, nextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Field Details
-
backend
-
-
Constructor Details
-
AuditScroll
public AuditScroll()
-
-
Method Details
-
init
Description copied from interface:ScrollInitialization of the iterator.- Specified by:
initin interfaceScroll- Overrides:
initin classAbstractQueryBuilderScroll
-
scrollIds
protected ScrollResult<String> scrollIds(QueryBuilder queryBuilder, int batchSize, Duration keepAlive) - Specified by:
scrollIdsin classAbstractQueryBuilderScroll.Scroll
-
scrollIds
- Specified by:
scrollIdsin classAbstractQueryBuilderScroll.Scroll
-
clearScroll
- Specified by:
clearScrollin classAbstractQueryBuilderScroll.Scroll
-