Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


oracle.iam.rm.client
Interface PageRow


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

getRowIndex

int getRowIndex()
Gets the absolute row index of this row.
Returns:
int representing the absolute row index of this row.

getColumnValue

java.lang.Object getColumnValue(java.lang.String columnId)
Gets the value from the specified column.
Parameters:
columnId - column identifier
Returns:
Object representing the value from the specified column or null if it is not readable.

getEntityKey

EntityKey getEntityKey(java.lang.String entityKey)
Gets the entity identifier of the specified key.
Parameters:
entityKey - entity identifier
Returns:
EntityKey identifier of the specified key.

isColumnValueReadable

boolean isColumnValueReadable(java.lang.String columnId)
Determines if a particular column can be read by the current user.
Parameters:
columnId - column identifier
Returns:
Boolean true if the column value is readable, otherwise false.

Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


Copyright © 2008, 2009 Oracle. All Rights Reserved.