Skip navigation links

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


oracle.iam.rm.temporal.model
Interface RelationshipPathDefinition


public interface RelationshipPathDefinition

Definition of a relationship path within the data model.


Method Summary
 ObjectType getForeignObjectType()
          Gets the foreign object type for this relationship path.
 java.lang.String getRelationshipPathKey()
          Gets the identifier for this relationship path.
 oracle.iam.rm.i18n.Formattable getTitle()
          Gets the localized title for this relationship path.

 

Method Detail

getRelationshipPathKey

java.lang.String getRelationshipPathKey()
Gets the identifier for this relationship path.
Returns:
the String identifier for this relationship path

getTitle

oracle.iam.rm.i18n.Formattable getTitle()
Gets the localized title for this relationship path.
Returns:
the localized title for this relationship path

getForeignObjectType

ObjectType getForeignObjectType()
Gets the foreign object type for this relationship path.
Returns:
the foreign object type for this relationship path

Skip navigation links

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


Copyright © 2008, 2009 Oracle. All Rights Reserved.