Skip navigation links

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


oracle.iam.rm.temporal.model
Interface HierarchyNodeRelationship


public interface HierarchyNodeRelationship

Describes a relationship between node types in a hierarchy.


Method Summary
 java.lang.String getRelationshipPath()
          Gets the name of this relationship path.
 HierarchyNodeType getSource()
          Gets the object type of nodes that refer to other nodes of this hierarchy in this relationship.
 HierarchyNodeType getTarget()
          Gets the object type of nodes referred to by other nodes of this hierarchy in this relationship.

 

Method Detail

getSource

HierarchyNodeType getSource()
Gets the object type of nodes that refer to other nodes of this hierarchy in this relationship.
Returns:
Configured source node type.

getRelationshipPath

java.lang.String getRelationshipPath()
Gets the name of this relationship path.
Returns:
Configured relationship path name.

getTarget

HierarchyNodeType getTarget()
Gets the object type of nodes referred to by other nodes of this hierarchy in this relationship.
Returns:
Configured target, or destination, node type.

Skip navigation links

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


Copyright © 2008, 2009 Oracle. All Rights Reserved.