Package org.nuxeo.ecm.core.blob.scroll
Class RepositoryBlobScroll
java.lang.Object
org.nuxeo.ecm.core.blob.scroll.RepositoryBlobScroll
- All Implemented Interfaces:
AutoCloseable
,Iterator<List<String>>
,Scroll
Meta Scroll to scroll the blobs of the blob provider(s) of a repository, the scroll query is the repository name.
- Since:
- 2023
-
Field Details
-
SCROLL_NAME
- See Also:
-
size
protected int size -
scrolls
-
-
Constructor Details
-
RepositoryBlobScroll
public RepositoryBlobScroll()
-
-
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
-