Class TypeExplorer
- java.lang.Object
-
- org.odpi.openmetadata.viewservices.tex.api.properties.TypeExplorer
-
public class TypeExplorer extends Object
-
-
Constructor Summary
Constructors Constructor Description TypeExplorer()
-
Method Summary
-
-
-
Method Detail
-
getEntities
public Map<String,EntityExplorer> getEntities()
-
getRelationships
public Map<String,RelationshipExplorer> getRelationships()
-
getClassifications
public Map<String,ClassificationExplorer> getClassifications()
-
addEntityExplorer
public void addEntityExplorer(String entityTypeName, EntityExplorer entityExplorer)
-
addRelationshipExplorer
public void addRelationshipExplorer(String relationshipTypeName, RelationshipExplorer relationshipExplorer)
-
addClassificationExplorer
public void addClassificationExplorer(String classificationTypeName, ClassificationExplorer classificationExplorer)
-
resolve
public void resolve(boolean includeDeprecatedTypes, String platformRootURL, String repositoryServerName) throws RepositoryErrorException- Throws:
RepositoryErrorException
-
-