Skip navigation links

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


oracle.iam.rm.temporal
Class RelationshipPathChange

java.lang.Object
  extended by oracle.iam.rm.temporal.RelationshipPathChange


public class RelationshipPathChange
extends java.lang.Object

Prepresentation of a relationship path change.


Constructor Summary
RelationshipPathChange(java.lang.String relationshipPathId, ObjectKey sourceObjectKey, java.util.Collection<ObjectKey> createdTargetObjectKeys, java.util.Collection<ObjectKey> deletedTargetObjectKeys)
          Creates a RelationshipPathChange instance with the provided parameters.

 

Method Summary
 java.util.Collection<ObjectKey> getCreatedTargetObjectKeys()
          Gets the ObjectKeys of objects that created relationship paths now join to.
 java.util.Collection<ObjectKey> getDeletedTargetObjectKeys()
          Gets the ObjectKeys of objects that removed relationship paths used to join to.
 java.lang.String getRelationshipPathId()
          Gets the relationship path identifier.
 ObjectKey getSourceObjectKey()
          Gets the ObjectKey that the relationship path is from.

 

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

 

Constructor Detail

RelationshipPathChange

public RelationshipPathChange(java.lang.String relationshipPathId,
                              ObjectKey sourceObjectKey,
                              java.util.Collection<ObjectKey> createdTargetObjectKeys,
                              java.util.Collection<ObjectKey> deletedTargetObjectKeys)
Creates a RelationshipPathChange instance with the provided parameters.
Parameters:
relationshipPathId - the relationship path identifier
sourceObjectKey - the ObjectKey that the relationship path is from
createdTargetObjectKeys - the ObjectKeys of objects that created relationship paths now join to
deletedTargetObjectKeys - the ObjectKeys of objects that removed relationship paths used to join to

Method Detail

getRelationshipPathId

public java.lang.String getRelationshipPathId()
Gets the relationship path identifier.
Returns:
the relationship path identifier

getSourceObjectKey

public ObjectKey getSourceObjectKey()
Gets the ObjectKey that the relationship path is from.
Returns:
the ObjectKey that the relationship path is from

getCreatedTargetObjectKeys

public java.util.Collection<ObjectKey> getCreatedTargetObjectKeys()
Gets the ObjectKeys of objects that created relationship paths now join to.
Returns:
the ObjectKeys of objects that created relationship paths now join to

getDeletedTargetObjectKeys

public java.util.Collection<ObjectKey> getDeletedTargetObjectKeys()
Gets the ObjectKeys of objects that removed relationship paths used to join to.
Returns:
the ObjectKeys of objects that removed relationship paths used to join to

Skip navigation links

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


Copyright © 2008, 2009 Oracle. All Rights Reserved.