Package org.nuxeo.ecm.core.blob.scroll
Class RepositoryBlobScroll
- java.lang.Object
-
- org.nuxeo.ecm.core.blob.scroll.RepositoryBlobScroll
-
-
Constructor Summary
Constructors Constructor Description RepositoryBlobScroll()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
boolean
hasNext()
void
init(ScrollRequest request, Map<String,String> options)
Initialization of the iterator.List<String>
next()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-
-
-
Field Detail
-
SCROLL_NAME
public static final String SCROLL_NAME
- See Also:
- Constant Field Values
-
size
protected int size
-
-
Method Detail
-
init
public void init(ScrollRequest request, Map<String,String> options)
Description copied from interface:Scroll
Initialization of the iterator.
-
close
public void close()
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceScroll
-
-