Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.
The following page has been changed by KevinWilliams: http://wiki.apache.org/ws/WorkingWithPaging ------------------------------------------------------------------------------ /** * Get the next page of data - * - * @return the next page of data */ DataObject next(); /** * Get the page prior to the last page returned - * - * @return the previous page */ DataObject previous(); /** * Return a specific identified page. * - * @param page - * The number of the page to return - * @return the indicated page */ DataObject getPage(int page); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
