|
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 PageRow
Interface for a row from a page in a PaginatedResultSet.
| Method Summary | |
|---|---|
java.lang.Object |
getColumnValue(java.lang.String columnId)Gets the value from the specified column. |
EntityKey |
getEntityKey(java.lang.String entityKey)Gets the entity identifier of the specified key. |
int |
getRowIndex()Gets the absolute row index of this row. |
boolean |
isColumnValueReadable(java.lang.String columnId)Determines if a particular column can be read by the current user. |
| Method Detail |
|---|
int getRowIndex()
int representing the absolute row index of this row.java.lang.Object getColumnValue(java.lang.String columnId)
columnId - column identifierObject representing the value from the specified column or null if it is not readable.EntityKey getEntityKey(java.lang.String entityKey)
entityKey - entity identifierEntityKey identifier of the specified key.boolean isColumnValueReadable(java.lang.String columnId)
columnId - column identifiertrue if the column value is readable, otherwise false.
|
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 | |||||||||