Package oracle.iam.platform.entitymgr.vo
Class Entity
java.lang.Object
oracle.iam.platform.entitymgr.vo.Entity
- All Implemented Interfaces:
oracle.iam.platform.pluginframework.ResolvedEntity
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEntity
(String type, String id, boolean childEntity, String parentType, String parentID, HashMap<String, Object> attrs) Entity
(String type, String id, boolean childEntity, String parentType, String parentID, HashMap<String, Object> attrs, oracle.iam.platform.entitymgr.EntityManager mgr) Entity
(String type, String id, boolean childEntity, HashMap<String, Object> attrs, oracle.iam.platform.entitymgr.EntityManager mgr) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getAttribute
(String name) getID()
boolean
void
void
loadAttributeGroup
(String group) void
loadAttributeGroups
(Set<String> groups) void
loadAttributes
(Set<String> names) loadChildEntity
(String attrName, int start, int end) void
setEntityManager
(oracle.iam.platform.entitymgr.EntityManager mgr) toString()
void
unloadChildEntity
(String attrName)
-
Field Details
-
TIMESTAMP
- See Also:
-
-
Constructor Details
-
Entity
-
Entity
-
Entity
-
Entity
-
-
Method Details
-
setEntityManager
public void setEntityManager(oracle.iam.platform.entitymgr.EntityManager mgr) -
getEntityType
- Specified by:
getEntityType
in interfaceoracle.iam.platform.pluginframework.ResolvedEntity
-
getID
- Specified by:
getID
in interfaceoracle.iam.platform.pluginframework.ResolvedEntity
-
toString
-
isChildEntity
public boolean isChildEntity() -
getAttribute
- Specified by:
getAttribute
in interfaceoracle.iam.platform.pluginframework.ResolvedEntity
-
loadAllAttributes
public void loadAllAttributes() -
loadAttributes
-
loadAttributeGroups
-
loadAttributeGroup
-
loadChildEntity
-
unloadChildEntity
-
equals
-