Class EntityExplorer
- java.lang.Object
-
- org.odpi.openmetadata.userinterface.uichassis.springboot.api.tex.EntityExplorer
-
public class EntityExplorer extends Object
-
-
Constructor Summary
Constructors Constructor Description EntityExplorer(EntityDef def)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddClassification(String classificationName)voidaddInheritedAttributes(List<TypeDefAttribute> inheritedAttrs)voidaddInheritedClassification(String classificationName)voidaddInheritedRelationship(String relationshipTypeName)voidaddRelationship(String relationshipTypeName)voidaddSubTypName(String subTypeName)List<String>getClassificationNames()EntityDefgetEntityDef()List<TypeDefAttribute>getInheritedAttributes()List<String>getInheritedClassificationNames()List<String>getInheritedRelationshipNames()List<String>getRelationshipNames()List<String>getSubTypeNames()
-
-
-
Constructor Detail
-
EntityExplorer
public EntityExplorer(EntityDef def)
-
-
Method Detail
-
getEntityDef
public EntityDef getEntityDef()
-
getInheritedAttributes
public List<TypeDefAttribute> getInheritedAttributes()
-
addSubTypName
public void addSubTypName(String subTypeName)
-
addInheritedAttributes
public void addInheritedAttributes(List<TypeDefAttribute> inheritedAttrs)
-
addRelationship
public void addRelationship(String relationshipTypeName)
-
addInheritedRelationship
public void addInheritedRelationship(String relationshipTypeName)
-
addClassification
public void addClassification(String classificationName)
-
addInheritedClassification
public void addInheritedClassification(String classificationName)
-
-