Class AtlasGlossaryElement
java.lang.Object
org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasGlossaryBaseProperties
org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasGlossaryProperties
org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasGlossaryElement
AtlasGlossaryElement describes an Apache Atlas glossary and its terms/categories retrieved from Apache Atlas.
-
Field Summary
Fields inherited from class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasGlossaryBaseProperties
EGERIA_GUID_PROPERTY_NAME
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetTerms()
void
setCategories
(List<AtlasRelatedCategoryHeader> categories) void
setTerms
(List<AtlasRelatedTermHeader> terms) toString()
Methods inherited from class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasGlossaryProperties
getLanguage, getUsage, setLanguage, setUsage
Methods inherited from class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasGlossaryBaseProperties
getAdditionalAttributes, getGuid, getLongDescription, getName, getQualifiedName, getShortDescription, setAdditionalAttributes, setGuid, setLongDescription, setName, setQualifiedName, setShortDescription
-
Constructor Details
-
AtlasGlossaryElement
public AtlasGlossaryElement() -
AtlasGlossaryElement
-
-
Method Details
-
getTerms
-
setTerms
-
getCategories
-
setCategories
-
toString
- Overrides:
toString
in classAtlasGlossaryProperties
-