org.apache.chemistry.opencmis.client.runtime.util
Class AbstractPageFetcher<T>
java.lang.Object
org.apache.chemistry.opencmis.client.runtime.util.AbstractPageFetcher<T>
- Type Parameters:
T
- the type of items fetched
public abstract class AbstractPageFetcher<T>
- extends Object
Abstract page fetcher.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
maxNumItems
protected long maxNumItems
AbstractPageFetcher
protected AbstractPageFetcher(long maxNumItems)
fetchPage
protected abstract AbstractPageFetcher.Page<T> fetchPage(long skipCount)
- Fetches the given page from the server.
- Parameters:
skipCount
- initial offset where to start fetching
setMaxNumItems
public void setMaxNumItems(int maxNumItems)
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.