Skip navigation links

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


Uses of Interface
oracle.iam.rm.temporal.TemporalObject

Packages that use TemporalObject
oracle.iam.rm.temporal Provides the interfaces and classes used for interacting with the business data of Oracle Role Manager. 

 

Uses of TemporalObject in oracle.iam.rm.temporal

 

Methods in oracle.iam.rm.temporal that return TemporalObject
 TemporalObject InteractiveTemporalSession.addMixinType(TemporalObject object, java.lang.String mixinType, java.util.Map<java.lang.String,java.lang.Object> attributes, oracle.iam.rm.util.DateTime valueTime)
          Adds a mix-in object to an existing object.
 TemporalObject InteractiveTemporalSession.createObject(java.lang.String type, java.util.Map<java.lang.String,ObjectKey> primaryKeys, java.util.Map<java.lang.String,java.lang.Object> attributes, oracle.iam.rm.util.DateTime valueTime)
          Creates a new temporal object.
 TemporalObject InteractiveTemporalSession.getEditableTemporalObject(ObjectKey objectKey)
          Gets an editable version of a particular temporal object by its object key.
 TemporalObject TemporalObject.getMixin(java.lang.String mixinType, oracle.iam.rm.util.DateTime valueTime)
          Gets the TemporalObject that represents the mixin type.
 TemporalObject[] AttributeSet.getRelativeObjects(java.lang.String relationshipPath)
          Gets the temporal version of a relative object by relationship path.
 TemporalObject TemporalSession.getTemporalObject(ObjectKey objectKey)
          Gets a particular temporal object from its object key.

 

Methods in oracle.iam.rm.temporal that return types with arguments of type TemporalObject
 oracle.iam.rm.common.PaginatedResultSet<TemporalObject> TemporalSession.findTemporalObjects(Query query, TemporalContext temporalContext)
          Gets a paginated result set of temporal objects based on a query.
 java.util.Collection<TemporalObject> InteractiveTemporalSession.getEditedObjects(java.lang.String type)
          Gets all objects that have been changed in this session of a particular type.

 

Methods in oracle.iam.rm.temporal with parameters of type TemporalObject
 TemporalObject InteractiveTemporalSession.addMixinType(TemporalObject object, java.lang.String mixinType, java.util.Map<java.lang.String,java.lang.Object> attributes, oracle.iam.rm.util.DateTime valueTime)
          Adds a mix-in object to an existing object.
 SnapshotObject SnapshotSession.getSnapshotObject(TemporalObject object)
          Gets a particular snapshot object from its temporal object at a particular time.
 void TemporalObject.updateVersion(TemporalObject temporalObject)
          Updates the version of this object based on its equivalent from the system (read-only) session.

 


Skip navigation links

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


Copyright © 2007, 2008 Oracle. All Rights Reserved.