public abstract class AbstractEntityManager
extends java.lang.Object
EntityManager
, UserManager
, GroupManager
and OrgManager
Modifier and Type | Method and Description |
---|---|
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
|
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()