Skip navigation links

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


oracle.iam.rm.temporal
Class ObjectCreationEvent

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

All Implemented Interfaces:
java.io.Serializable

public class ObjectCreationEvent
extends ObjectChangeEvent

Event recording the creation of an object.

See Also:
Serialized Form

Field Summary

 

Fields inherited from class java.util.EventObject
source

 

Constructor Summary
ObjectCreationEvent(InteractiveSnapshotSession session, ObjectKey subjectKey, java.lang.String subjectType, AttributeChangeSet attributeChangeSet, StateChange stateChange)
          Creates an ObjectCreationEvent 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

ObjectCreationEvent

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

Skip navigation links

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


Copyright © 2008, 2009 Oracle. All Rights Reserved.