|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the type of the itemspublic interface ItemIterable<T>
Iterable for CMIS collections that allows ability to skip to specific position or return a subcollection.
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
ItemIterable<T> skipTo(long position)
position -
thisItemIterable<T> getPage()
ItemIterable<T> getPage(int maxNumItems)
maxNumItems - maximum number of items the sub collection will contain
Iterator<T> iterator()
iterator in interface Iterable<T>long getPageNumItems()
boolean getHasMoreItems()
long getTotalNumItems()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||