org.apache.chemistry.opencmis.client.runtime.util
Class CollectionPageIterable<T>
java.lang.Object
org.apache.chemistry.opencmis.client.runtime.util.AbstractIterable<T>
org.apache.chemistry.opencmis.client.runtime.util.CollectionPageIterable<T>
- All Implemented Interfaces:
- Iterable<T>, ItemIterable<T>
public class CollectionPageIterable<T>
- extends AbstractIterable<T>
Iterable for a CMIS Collection Page
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionPageIterable
public CollectionPageIterable(AbstractPageFetcher<T> pageFetcher)
- Construct
- Parameters:
pageFetcher
-
CollectionPageIterable
protected CollectionPageIterable(long position,
AbstractPageFetcher<T> pageFetcher)
- Construct
- Parameters:
position
- pageFetcher
-
createIterator
protected AbstractIterator<T> createIterator()
- Description copied from class:
AbstractIterable
- Construct the iterator
- Specified by:
createIterator
in class AbstractIterable<T>
- Returns:
- iterator
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.