|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServerPaginatedResultSet
Server API equivalent of the PaginatedResultSet. This does not contain object, but rather result set attributes and object EntityKeys that can be used for object lookup. <p/> This is not normally referred to directly by consuming systems that would instead use the Client API's PaginatedResultSet interface.
PaginatedResultSet| Method Summary | |
|---|---|
java.util.Map |
getAbsoluteRowAttributes(int absoluteIndex)Gets the column values for this resultset for a particular row. |
java.util.Map |
getAbsoluteRowEntityKeys(int absoluteIndex)Gets the EntityKeys for this resultset for a particular row. |
ColumnSet |
getColumnSet()Gets the ColumnSet used for this resultset, allowing the user interface to express the contents of the results. |
int |
getPageSize()Gets the expected page size of the results. |
int |
getTotalPageCount()Gets the total number of pages in this resultset. |
int |
getTotalRowCount()Gets the total number of rows in this resultset. |
| Method Detail |
|---|
int getTotalRowCount()
int getTotalPageCount()
ColumnSet getColumnSet()
java.util.Map getAbsoluteRowEntityKeys(int absoluteIndex)
absoluteIndex - Integer representing the absolute index for which to get the EntityKeysjava.util.Map getAbsoluteRowAttributes(int absoluteIndex)
absoluteIndex - Integer representing the absolute index to get the column values for.int getPageSize()
|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||