|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.chemistry.opencmis.client.runtime.util.AbstractIterable<T>
org.apache.chemistry.opencmis.client.runtime.util.CollectionPageIterable<T>
public class CollectionPageIterable<T>
Iterable for a CMIS Collection Page
Constructor Summary | |
---|---|
|
CollectionPageIterable(AbstractPageFetcher<T> pageFetcher)
Construct |
protected |
CollectionPageIterable(long position,
AbstractPageFetcher<T> pageFetcher)
Construct |
Method Summary | |
---|---|
protected AbstractIterator<T> |
createIterator()
Construct the iterator |
Methods inherited from class org.apache.chemistry.opencmis.client.runtime.util.AbstractIterable |
---|
getHasMoreItems, getPage, getPage, getPageFetcher, getPageNumItems, getSkipCount, getTotalNumItems, iterator, skipTo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CollectionPageIterable(AbstractPageFetcher<T> pageFetcher)
pageFetcher
- protected CollectionPageIterable(long position, AbstractPageFetcher<T> pageFetcher)
position
- pageFetcher
- Method Detail |
---|
protected AbstractIterator<T> createIterator()
AbstractIterable
createIterator
in class AbstractIterable<T>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |