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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTerms()voidsetCategories(List<AtlasRelatedCategoryHeader> categories) voidsetTerms(List<AtlasRelatedTermHeader> terms) toString()Methods inherited from class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasGlossaryProperties
getLanguage, getUsage, setLanguage, setUsageMethods 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:
toStringin classAtlasGlossaryProperties
-