Skip navigation links

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


Uses of Class
oracle.iam.rm.server_api.EntityKey

Packages that use EntityKey
oracle.iam.rm.client Provides the classes and interfaces for the Oracle Role Manager client. 
oracle.iam.rm.server_api Provides the interfaces and classes used for remotely interacting with Oracle Role Manager. 
oracle.iam.rm.server_api.model Provides the classes and interfaces for the underlying model. 

 

Uses of EntityKey in oracle.iam.rm.client

 

Methods in oracle.iam.rm.client that return EntityKey
 EntityKey Entity.getEntityKey()
          Gets the EntityKey identifier for this Entity.
 EntityKey PageRow.getEntityKey(java.lang.String entityKey)
          Gets the entity identifier of the specified key.

 

Methods in oracle.iam.rm.client with parameters of type EntityKey
 Operation Client.getOperation(BusinessTransaction transaction, java.lang.String definitionId, java.lang.String operation, java.lang.String entityKeyName, EntityKey entityKey)
          Gets the Operation represented by the provided identifiers, binding a particular object to one of the arguments of the operation.
 Operation Client.getOperation(java.lang.String definitionId, java.lang.String operation, java.lang.String entityKeyName, EntityKey entityKey)
          Gets the Operation represented by the provided identifiers, binding a particular object to one of the arguments of the operation.

 

Uses of EntityKey in oracle.iam.rm.server_api

 

Methods in oracle.iam.rm.server_api that return EntityKey
 EntityKey ServerEntity.getEntityKey()
          Gets the EntityKey that is used to identify this object on the server.
 EntityKey ServerEntity.getStructuralObjectEntityKey()
          Either gets the EntityKey of the object that this object is "attached to" if this object is a mix-in, otherwise returns null.

 

Methods in oracle.iam.rm.server_api with parameters of type EntityKey
 java.util.List Server.getAllHierarchyNodes(IdentityToken identityToken, EntityKey entityKey, long transactionId)
          Gets all ServerHierarchyNode objects relating to a particular object.
 java.util.List Server.getHierarchyChildren(IdentityToken identityToken, EntityKey entityKey, java.lang.String hierarchyType, java.util.Set entityTypes, long transactionId)
          Gets the child nodes of the specified entity in a specified hierarchy.
 ServerHierarchyNode Server.getHierarchyNode(IdentityToken identityToken, EntityKey entityKey, java.lang.String hierarchyType, long transactionId)
          Gets a ServerHierarchyNode relating to a particular object in a particular hierarchy.
 java.util.List Server.getHierarchyParents(IdentityToken identityToken, EntityKey entityKey, java.lang.String hierarchyType, long transactionId)
          Gets the parent nodes (recursive) of the specified entity in the particular hierarchy.
 ServerEntity Server.getMixin(IdentityToken identityToken, EntityKey entityKey, java.lang.String mixinType, long transactionId)
          Gets the mix-in entity of the specified entity.
 java.util.List Server.getRelatedObjects(IdentityToken identityToken, EntityKey entityKey, java.lang.String relationshipPath, long transactionId)
          Gets all of the related objects based on the specified relationship path.
 ServerAuditSummary Server.getServerAuditSummary(IdentityToken identityToken, EntityKey entityKey)
          Gets the ServerAuditSummary that represents the audit summary data for a particular entity.
 ServerChangeSummary Server.getServerChangeSummary(IdentityToken identityToken, EntityKey entityKey, java.lang.String attributeName)
          Gets the ServerChangeSummary that represents the change summary data for a particular entity's attribute.
 boolean Server.hasHierarchyChildren(IdentityToken identityToken, EntityKey entityKey, java.lang.String hierarchyType, java.util.Set entityTypes, long transactionId)
          Gets the child nodes of the specified entity in a specified hierarchy.

 

Uses of EntityKey in oracle.iam.rm.server_api.model

 

Methods in oracle.iam.rm.server_api.model that return EntityKey
 EntityKey ServerAuditSummary.getEntityKey()
          Gets the key for the Entity related to this ServerAuditSummary.

 


Skip navigation links

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


Copyright © 2008, 2009 Oracle. All Rights Reserved.