Skip navigation links

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


oracle.iam.rm.server_api
Class ColumnMapping

java.lang.Object
  extended by oracle.iam.rm.server_api.ColumnMapping

All Implemented Interfaces:
java.io.Serializable

public class ColumnMapping
extends java.lang.Object
implements java.io.Serializable

Describes how search subject attributes are to be included in a search result.

See Also:
Serialized Form

Constructor Summary
ColumnMapping(java.lang.String columnName, java.lang.String entityKey, java.lang.String attributeName)
          Creates a new ColumnMapping instance with the provide column name, entity key, and attribute name.

 

Method Summary
 java.lang.String getAttributeName()
          Gets the attribute on the subject to present in this column.
 java.lang.String getColumnName()
          Gets the name of the column to use in the search results.
 java.lang.String getEntityKey()
          Gets the ID of the subject entity defined by the search defintion.
 java.lang.String toString()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

ColumnMapping

public ColumnMapping(java.lang.String columnName,
                     java.lang.String entityKey,
                     java.lang.String attributeName)
Creates a new ColumnMapping instance with the provide column name, entity key, and attribute name.
Parameters:
columnName - name of the column to use in the search results
entityKey - subject ID defined by the search defintion
attributeName - attribute on the subject to present in this column

Method Detail

getColumnName

public java.lang.String getColumnName()
Gets the name of the column to use in the search results.
Returns:
String name of the column to use in the search results.

getEntityKey

public java.lang.String getEntityKey()
Gets the ID of the subject entity defined by the search defintion.
Returns:
String representing the subject ID defined by the search defintion.

getAttributeName

public java.lang.String getAttributeName()
Gets the attribute on the subject to present in this column.
Returns:
String representing the attribute on the subject to present in this column.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Skip navigation links

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


Copyright © 2008, 2009 Oracle. All Rights Reserved.