public interface Cursor
Modifier and Type | Method and Description |
---|---|
int |
getCurrentPage()
Gets the current page number
|
int |
getEndRow()
Gets the end row within result set for this page
|
int |
getFirstPage()
Gets the first page number
|
boolean |
getHasFirstPage()
Is there a known first page?
|
boolean |
getHasLastPage()
Is there a known last page?
|
boolean |
getHasNextPage()
Is there a known next page?
|
boolean |
getHasPrevPage()
Is there a known prev page?
|
int |
getLastPage()
Gets the last page number
|
int |
getNextPage()
Gets the next page number
|
int |
getPageSize()
Gets the page size
|
String |
getPageType()
Gets the page type
|
int |
getPrevPage()
Gets the previous page number
|
int |
getRowCount()
Gets the count of rows within result set for this page
|
int |
getStartRow()
Gets the start row within result set for this page
|
int |
getTotalPages()
Gets total number of pages
|
int |
getTotalRows()
Gets total rows
|
boolean |
isInRange()
Is the page within range of the result set
|
String getPageType()
int getPageSize()
int getTotalPages()
int getTotalRows()
int getCurrentPage()
int getFirstPage()
int getLastPage()
int getNextPage()
int getPrevPage()
boolean isInRange()
boolean getHasFirstPage()
boolean getHasLastPage()
boolean getHasNextPage()
boolean getHasPrevPage()
int getStartRow()
int getEndRow()
int getRowCount()
Copyright © 2005–2017 Alfresco Software. All rights reserved.