Package org.nuxeo.ecm.core.scroll
Class StaticScroll
java.lang.Object
org.nuxeo.ecm.core.scroll.StaticScroll
- All Implemented Interfaces:
AutoCloseable
,Iterator<List<String>>
,Scroll
Returns a static result list of identifiers.
- Since:
- 11.1
-
Field Details
-
request
-
partitions
-
currentPosition
protected int currentPosition -
nextPosition
protected int nextPosition
-
-
Constructor Details
-
StaticScroll
public StaticScroll()
-
-
Method Details
-
init
Description copied from interface:Scroll
Initialization of the iterator. -
hasNext
public boolean hasNext() -
next
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceScroll
-
toString
-