|
Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference 11g Release 1 (11.1.1) E39432-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.igf.ids.AbstractEntityManager
public abstract class AbstractEntityManager
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 |
|---|
public EntityDef getEntityDef()
public java.util.List<java.lang.String> getEntityAttributes()
public AttributeDef getAttributeDef(java.lang.String attrName)
attrName - Name of the attributepublic AttributeRef getAttributeRef(java.lang.String attrName)
attrName - Name of the attributepublic java.util.List<EntityRelationship> getEntityRelationships()
|
Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference 11g Release 1 (11.1.1) E39432-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||