Skip navigation links

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


oracle.iam.rm.server_api.model
Interface ServerRelationshipPathDefinition

All Superinterfaces:
java.io.Serializable

public interface ServerRelationshipPathDefinition
extends java.io.Serializable

A definition of a relationship path.


Method Summary
 java.lang.String getForeignObjectType()
          Gets the object type of the object at the other end of the relationship path.
 java.lang.String getId()
          Gets the ID of the relationship path.
 java.lang.String getTitle()
          Gets the title of the relationship path.

 

Method Detail

getTitle

java.lang.String getTitle()
Gets the title of the relationship path.
Returns:
String representing the title of the relationship path.

getId

java.lang.String getId()
Gets the ID of the relationship path.
Returns:
String representing the ID of the relationship path.

getForeignObjectType

java.lang.String getForeignObjectType()
Gets the object type of the object at the other end of the relationship path.
Returns:
String representing the object type of the object at the other end of the relationship path.

Skip navigation links

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


Copyright © 2008, 2009 Oracle. All Rights Reserved.