Class AtlasGlossaryBaseProperties
java.lang.Object
org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasGlossaryBaseProperties
- Direct Known Subclasses:
AtlasGlossaryMemberBaseProperties
,AtlasGlossaryProperties
AtlasGlossaryBaseProperties describes the common properties found on all an Apache Atlas glossary elements.
-
Field Summary
Modifier and TypeFieldDescriptionstatic String
This is the name used by the connector to store the GUID of the equivalent open metadata element in the Atlas Glossary element. -
Constructor Summary
ConstructorDescriptionStandard constructorCopy/clone Constructor -
Method Summary
Modifier and TypeMethodDescriptiongetGuid()
Return the unique identifier from Atlas.getName()
Return the unique name fromvoid
setAdditionalAttributes
(Map<String, Object> additionalAttributes) void
Set up the unique identifier from Atlas.void
setLongDescription
(String longDescription) void
void
setQualifiedName
(String qualifiedName) void
setShortDescription
(String shortDescription) toString()
-
Field Details
-
EGERIA_GUID_PROPERTY_NAME
This is the name used by the connector to store the GUID of the equivalent open metadata element in the Atlas Glossary element. The GUID is used for correlations because the qualified name is not stable in Atlas. The Egeria elements that originate from Atlas keep the qualified name in step with Atlas and is used to determine if the structure of the glossary has changed.
-
-
Constructor Details
-
AtlasGlossaryBaseProperties
public AtlasGlossaryBaseProperties()Standard constructor -
AtlasGlossaryBaseProperties
Copy/clone Constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getGuid
Return the unique identifier from Atlas.- Returns:
- string
-
setGuid
Set up the unique identifier from Atlas.- Parameters:
guid
- string
-
getQualifiedName
Return the unique name from- Returns:
-
setQualifiedName
-
getName
-
setName
-
getShortDescription
-
setShortDescription
-
getLongDescription
-
setLongDescription
-
getAdditionalAttributes
-
setAdditionalAttributes
-
toString
-