Package org.nuxeo.ecm.core.scroll
Class RepositoryScroll
java.lang.Object
org.nuxeo.ecm.core.scroll.RepositoryScroll
- All Implemented Interfaces:
 AutoCloseable,Iterator<List<String>>,Scroll
- Direct Known Subclasses:
 SearchServiceScroll
Scrolls document identifiers using the repository search.
- Since:
 - 11.1
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected NuxeoLoginContextprotected ScrollResult<String> protected DocumentScrollRequestprotected CoreSession - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove 
- 
Field Details
- 
request
 - 
loginContext
 - 
session
 - 
repoScroller
 - 
hasNextResult
 
 - 
 - 
Constructor Details
- 
RepositoryScroll
public RepositoryScroll() 
 - 
 - 
Method Details
- 
init
Description copied from interface:ScrollInitialization of the iterator. - 
login
protected void login() - 
openSession
protected void openSession() - 
hasNext
public boolean hasNext() - 
fetch
protected boolean fetch() - 
next
 - 
close
public void close()- Specified by:
 closein interfaceAutoCloseable- Specified by:
 closein interfaceScroll
 - 
toString
 
 -