Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E12031-02


oracle.iam.rm.temporal
Class ObjectUpdateEvent

java.lang.Object
  extended by java.util.EventObject
      extended by oracle.iam.rm.temporal.ObjectChangeEvent
          extended by oracle.iam.rm.temporal.ObjectUpdateEvent

All Implemented Interfaces:
java.io.Serializable

public class ObjectUpdateEvent
extends ObjectChangeEvent

Event recording the update of an object.

See Also:
Serialized Form

Field Summary

 

Fields inherited from class java.util.EventObject
source

 

Constructor Summary
ObjectUpdateEvent(InteractiveSnapshotSession session, ObjectKey subjectKey, java.lang.String subjectType, AttributeChangeSet attributeChangeSet, StateChange stateChange)
          Creates an ObjectChangeEvent instance with the provided parameters.

 

Method Summary

 

Methods inherited from class oracle.iam.rm.temporal.ObjectChangeEvent
addRelationshipPathChange, getAttributeChanges, getRelationshipPathChanges, getSession, getStateChange, getSubjectKey, getSubjectType, getTransactionId

 

Methods inherited from class java.util.EventObject
getSource, toString

 

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

 

Constructor Detail

ObjectUpdateEvent

public ObjectUpdateEvent(InteractiveSnapshotSession session,
                         ObjectKey subjectKey,
                         java.lang.String subjectType,
                         AttributeChangeSet attributeChangeSet,
                         StateChange stateChange)
Creates an ObjectChangeEvent instance with the provided parameters.
Parameters:
session - the session that the update occurred in
subjectKey - the identifier for the object that was updated
subjectType - the object type identifier of the object that was updated
attributeChangeSet - the attribute changes that occurred as part of the update
stateChange - the state change that occurred as part of the update or null if there was no state change

Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E12031-02


Copyright © 2007, 2008 Oracle. All Rights Reserved.