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)
Skip to position within CMIS collection
|
ItemIterable<T> skipTo(long position)
position
- this
ItemIterable<T> getPage()
ItemIterable<T> getPage(int maxNumItems)
maxNumItems
- maximum number of items the sub collection will containlong getPageNumItems()
boolean getHasMoreItems()
long getTotalNumItems()
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.