Class EntityExplorer
java.lang.Object
org.odpi.openmetadata.userinterface.uichassis.springboot.api.tex.EntityExplorer
-
Constructor Summary
ConstructorsConstructorDescriptionEntityExplorer(org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.EntityDef def) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddClassification(String classificationName) voidaddInheritedAttributes(List<org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefAttribute> inheritedAttrs) voidaddInheritedClassification(String classificationName) voidaddInheritedRelationship(String relationshipTypeName) voidaddRelationship(String relationshipTypeName) voidaddSubTypName(String subTypeName) org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.EntityDefList<org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefAttribute>
-
Constructor Details
-
EntityExplorer
public EntityExplorer(org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.EntityDef def)
-
-
Method Details
-
getEntityDef
public org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.EntityDef getEntityDef() -
getInheritedAttributes
public List<org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefAttribute> getInheritedAttributes() -
getSubTypeNames
-
getClassificationNames
-
getRelationshipNames
-
getInheritedRelationshipNames
-
getInheritedClassificationNames
-
addSubTypName
-
addInheritedAttributes
public void addInheritedAttributes(List<org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefAttribute> inheritedAttrs) -
addRelationship
-
addInheritedRelationship
-
addClassification
-
addInheritedClassification
-