com.crystaldecisions.sdk.occa.infostore
Interface IFolderPager

All Superinterfaces:
IPagingQueryBase

public interface IFolderPager
extends IPagingQueryBase

This interface defines a folder pager and is based on the functionality of the IPagingQueryBase interface. IFolderPager can retrieve pages as IFolder objects.


Method Summary
 IFolders getPage()
           Gets the IFolders collection that is based on the results of the paging query results.
 
Methods inherited from interface com.crystaldecisions.sdk.occa.infostore.IPagingQueryBase
getCurrPageNumber, getItemsPerPage, getPagesPerRange, getRangeFirstPageNumber, getRangeLastPageNumber, hasNextPage, hasNextRange, hasPrevPage, hasPrevRange, moveToFirstPage, moveToLastPage, moveToNextPage, moveToNextRange, moveToPreviousPage, moveToPreviousRange, setCurrPageNumber, setItemsPerPage, setPagesPerRange
 

Method Detail

getPage

public IFolders getPage()
                 throws SDKException

Gets the IFolders collection that is based on the results of the paging query results.

Returns:
The page as an IFolders object.
Throws:
SDKException - This is thrown if the process is unsuccessful.