Modifier and Type | Method and Description |
---|---|
boolean |
getHasMoreItems()
Returns whether the repository contains additional items beyond the page
of items already fetched.
|
ItemIterable<T> |
getPage()
Gets an iterable for the current sub collection within the CMIS
collection using default maximum number of items.
|
ItemIterable<T> |
getPage(int maxNumItems)
Gets an iterable for the current sub collection within the CMIS
collection.
|
long |
getPageNumItems()
Returns the number of items fetched for the current page.
|
long |
getTotalNumItems()
Returns the total number of items.
|
Iterator<T> |
iterator() |
ItemIterable<T> |
skipTo(long position)
Skips to position within CMIS collection.
|
forEach, spliterator
ItemIterable<T> skipTo(long position)
position
- offset where to skip tothis
ItemIterable<T> getPage()
ItemIterable<T> getPage(int maxNumItems)
maxNumItems
- maximum number of items the sub collection will containlong getPageNumItems()
boolean getHasMoreItems()
true
if further page requests will be made to the
repositorylong getTotalNumItems()
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.