public class WindowedCursor extends Object implements Cursor, Serializable
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
|
public String getPageType()
Cursor
getPageType
in interface Cursor
public int getPageSize()
Cursor
getPageSize
in interface Cursor
public int getTotalPages()
Cursor
getTotalPages
in interface Cursor
public int getTotalRows()
Cursor
getTotalRows
in interface Cursor
public int getCurrentPage()
Cursor
getCurrentPage
in interface Cursor
public int getFirstPage()
Cursor
getFirstPage
in interface Cursor
public int getLastPage()
Cursor
getLastPage
in interface Cursor
public int getNextPage()
Cursor
getNextPage
in interface Cursor
public int getPrevPage()
Cursor
getPrevPage
in interface Cursor
public boolean isInRange()
Cursor
public boolean getHasFirstPage()
Cursor
getHasFirstPage
in interface Cursor
public boolean getHasLastPage()
Cursor
getHasLastPage
in interface Cursor
public boolean getHasNextPage()
Cursor
getHasNextPage
in interface Cursor
public boolean getHasPrevPage()
Cursor
getHasPrevPage
in interface Cursor
public int getStartRow()
Cursor
getStartRow
in interface Cursor
public int getEndRow()
Cursor
public int getRowCount()
Cursor
getRowCount
in interface Cursor
Copyright © 2005–2017 Alfresco Software. All rights reserved.