public class ScrollDocumentModelList extends DocumentModelListImpl
FolderItem.scrollDescendants(String, int, long)
including a list of
documents and a scroll id.Modifier and Type | Field and Description |
---|---|
protected String |
scrollId |
totalSize
modCount
Constructor and Description |
---|
ScrollDocumentModelList(String scrollId,
DocumentModelList docs) |
ScrollDocumentModelList(String scrollId,
int size) |
Modifier and Type | Method and Description |
---|---|
String |
getScrollId() |
void |
setScrollId(String scrollId) |
String |
toString() |
setTotalSize, totalSize
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll
finalize, getClass, notify, notifyAll, wait, wait, wait
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
parallelStream, removeIf, stream
public ScrollDocumentModelList(String scrollId, int size)
public ScrollDocumentModelList(String scrollId, DocumentModelList docs)
public String getScrollId()
public void setScrollId(String scrollId)
public String toString()
toString
in class AbstractCollection<DocumentModel>
Copyright © 2018 Nuxeo. All rights reserved.