Skip navigation links

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


Uses of Interface
oracle.iam.rm.temporal.model.ObjectType

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

 

Uses of ObjectType in oracle.iam.rm.temporal

 

Methods in oracle.iam.rm.temporal that return ObjectType
 ObjectType SnapshotObject.getObjectType()
          Gets the ObjectType that defines this object.
 ObjectType SnapshotSession.getObjectType(ObjectKey objectKey)
          Gets the object type for the provided object key.
 ObjectType TemporalEngine.getObjectType(java.lang.String objectTypeKey)
          Gets the current ObjectType definition for a particular object type.
 ObjectType SnapshotSession.getObjectType(java.lang.String type)
          Gets the object type for the provided type name.
 ObjectType[] TemporalEngine.getObjectTypes()
          Gets all of the current object types in the system.
 ObjectType SnapshotObject.getStructuralObjectType()
          Gets the object type of the structural SnapshotObject that a mix-in is bound to.

 

Uses of ObjectType in oracle.iam.rm.temporal.model

 

Subinterfaces of ObjectType in oracle.iam.rm.temporal.model
 interface MixinObjectType
          Describes a MixinObjectType.
 interface StructuralObjectType
          Definition of a structural object type within the data model.

 

Methods in oracle.iam.rm.temporal.model that return ObjectType
 ObjectType ObjectType.getExtendedObjectType()
          Gets the ObjectType from which this ObjectType extends.
 ObjectType RelationshipPathDefinition.getForeignObjectType()
          Gets the foreign object type for this relationship path.
 ObjectType HierarchyNodeType.getObjectType()
          Gets the object type (for member objects) for this hierarchy node type.
 ObjectType[] MixinObjectType.getRelatedObjectTypes()
          Gets the StructuralObjectTypes that this MixinObjectType is related to.

 

Methods in oracle.iam.rm.temporal.model with parameters of type ObjectType
 java.lang.String MixinObjectType.getRelatedTypeAttribute(ObjectType objectType)
          Gets the attribute name that is used as a foreign key for this mix-in for the provided object type.

 


Skip navigation links

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


Copyright © 2007, 2008 Oracle. All Rights Reserved.