Class TypeExplorer
java.lang.Object
org.odpi.openmetadata.userinterface.uichassis.springboot.api.rex.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) getEntityTypeGUID(String entityTypeName) getEntityTypeName(String entityTypeGUID) Map<String,org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.EnumDef> getEnums()getRelationshipTypeGUID(String relationshipTypeName) getRelationshipTypeName(String relationshipTypeGUID) voidresolve()toString()
-
Constructor Details
-
TypeExplorer
public TypeExplorer()
-
-
Method Details
-
getEntities
-
getRelationships
-
getClassifications
-
getEnums
-
getEntityTypeGUIDToName
-
getEntityTypeNameToGUID
-
getRelationshipyTypeGUIDToName
-
getRelationshipTypeNameToGUID
-
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() -
getEntityTypeName
-
getEntityTypeGUID
-
getRelationshipTypeName
-
getRelationshipTypeGUID
-
toString
-