Class TypeExplorer
java.lang.Object
org.odpi.openmetadata.userinterface.uichassis.springboot.api.tex.TypeExplorer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddClassificationExplorer(String classificationTypeName, ClassificationExplorer classificationExplorer) voidaddEntityExplorer(String entityTypeName, EntityExplorer entityExplorer) voidaddEnumExplorer(String enumTypeName, org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.EnumDef enumDef) voidaddRelationshipExplorer(String relationshipTypeName, RelationshipExplorer relationshipExplorer) Map<String,org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.EnumDef> getEnums()voidresolve()toString()
-
Constructor Details
-
TypeExplorer
public TypeExplorer()
-
-
Method Details
-
getEntities
-
getRelationships
-
getClassifications
-
getEnums
-
addEntityExplorer
-
addRelationshipExplorer
public void addRelationshipExplorer(String relationshipTypeName, RelationshipExplorer relationshipExplorer) -
addClassificationExplorer
public void addClassificationExplorer(String classificationTypeName, ClassificationExplorer classificationExplorer) -
addEnumExplorer
public void addEnumExplorer(String enumTypeName, org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.EnumDef enumDef) -
resolve
public void resolve() -
toString
-