|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.iam.rm.temporal.RelationshipPathChange
public class RelationshipPathChange
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 |
|---|
public RelationshipPathChange(java.lang.String relationshipPathId,
ObjectKey sourceObjectKey,
java.util.Collection<ObjectKey> createdTargetObjectKeys,
java.util.Collection<ObjectKey> deletedTargetObjectKeys)
RelationshipPathChange instance with the provided parameters.
relationshipPathId - the relationship path identifiersourceObjectKey - the ObjectKey that the relationship path is fromcreatedTargetObjectKeys - the ObjectKeys of objects that created relationship paths now join todeletedTargetObjectKeys - the ObjectKeys of objects that removed relationship paths used to join to| Method Detail |
|---|
public java.lang.String getRelationshipPathId()
public ObjectKey getSourceObjectKey()
ObjectKey that the relationship path is from.ObjectKey that the relationship path is frompublic java.util.Collection<ObjectKey> getCreatedTargetObjectKeys()
ObjectKeys of objects that created relationship paths now join to.ObjectKeys of objects that created relationship paths now join topublic java.util.Collection<ObjectKey> getDeletedTargetObjectKeys()
ObjectKeys of objects that removed relationship paths used to join to.ObjectKeys of objects that removed relationship paths used to join to
|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||