Package org.nuxeo.drive.adapter
Interface ScrollFileSystemItemList
-
- All Superinterfaces:
Collection<FileSystemItem>
,Iterable<FileSystemItem>
,List<FileSystemItem>
- All Known Implementing Classes:
ScrollFileSystemItemListImpl
public interface ScrollFileSystemItemList extends List<FileSystemItem>
Wrapper for the results ofFolderItem.scrollDescendants(String, int, long)
.- Since:
- 8.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getScrollId()
void
setScrollId(String scrollId)
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
-
-