Skip navigation links

Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference
11g Release 1 (11.1.1)

E39432-01


oracle.igf.ids
Class AbstractEntityManager

java.lang.Object
  extended by oracle.igf.ids.AbstractEntityManager

Direct Known Subclasses:
EntityManager, GroupManager, OrgManager, UserManager

public abstract class AbstractEntityManager
extends java.lang.Object

Abstract EntityManager class. Derived classes - EntityManager, UserManager, GroupManager and OrgManager


Method Summary
 AttributeDef getAttributeDef(java.lang.String attrName)
          Gets attribute definition for given attribute name
 AttributeRef getAttributeRef(java.lang.String attrName)
          Gets entity attribute reference for given attribute name
 java.util.List<java.lang.String> getEntityAttributes()
          Gets entity attributes from entity definition
 EntityDef getEntityDef()
          Gets entity defintion
 java.util.List<EntityRelationship> getEntityRelationships()
          Gets all entity relationships where current entity is part of the entity relationship definition

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getEntityDef

public EntityDef getEntityDef()
Gets entity defintion
Returns:
entity definition

getEntityAttributes

public java.util.List<java.lang.String> getEntityAttributes()
Gets entity attributes from entity definition
Returns:
list of entity attributes

getAttributeDef

public AttributeDef getAttributeDef(java.lang.String attrName)
Gets attribute definition for given attribute name
Parameters:
attrName - Name of the attribute
Returns:
attribute definition

getAttributeRef

public AttributeRef getAttributeRef(java.lang.String attrName)
Gets entity attribute reference for given attribute name
Parameters:
attrName - Name of the attribute
Returns:
entity attribute reference

getEntityRelationships

public java.util.List<EntityRelationship> getEntityRelationships()
Gets all entity relationships where current entity is part of the entity relationship definition
Returns:
list of entity relationship definitions

Skip navigation links

Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference
11g Release 1 (11.1.1)

E39432-01


Copyright © 2013 Oracle. All Rights Reserved.