|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Entity | |
---|---|
oracle.iam.rm.client | Provides the classes and interfaces for the Oracle Role Manager client. |
Uses of Entity in oracle.iam.rm.client |
---|
Methods in oracle.iam.rm.client that return Entity | |
---|---|
Entity |
HierarchyNode.getEntity() Gets the Entity to which this HierarchyNode is attached. |
Entity |
Client.getHierarchyRoot(java.lang.String hierarchyType) Gets the Entity that represents the root object of the hierarchy type. |
Entity |
Entity.getMixin(java.lang.String mixinType) Gets an Entity that represents a mix-in attached to this Entity . |
Entity |
HierarchyNode.getParentEntity() Gets the parent Entity of the entity to which this HierarchyNode is attached, following the hierarchy. |
Entity |
Entity.getStructuralEntity(long transactionId) Either gets the Entity that this object is "attached to" if this object is a mix-in, otherwise it returns itself. |
Entity |
LookupOperation.lookup(java.lang.Object key) Looks up an Entity using a single identifier. |
Methods in oracle.iam.rm.client that return types with arguments of type Entity | |
---|---|
java.util.List<Entity> |
HierarchyNode.getChildren() Gets all of the Entity objects that are child nodes of the entity to which this HierarchyNode is attached, following down the hierarchy. |
java.util.List<Entity> |
HierarchyNode.getChildren(java.util.Set<java.lang.String> entityTypes) Gets a filtered List of Entity objects that are children of the entity to which this HierarchyNode is attached, following down the hierarchy. |
java.util.List<Entity> |
HierarchyNode.getParents() Gets a List of all Entity objects that are parents of the entity to which this HierarchyNode is attached, following up the hierarchy (recursively). |
java.util.List<Entity> |
Entity.getRelatedObjects(java.lang.String relationshipPath) Gets all of the related objects based on the specified relationship path. |
|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |