Class TaxonomyClassificationRequestBody
java.lang.Object
org.odpi.openmetadata.accessservices.assetmanager.rest.TaxonomyClassificationRequestBody
- All Implemented Interfaces:
Serializable
TaxonomyClassificationRequestBody is used to classify a glossary that has the terms organized in a taxonomy.
This means each term is attached to one, and only one category and the categories are organized as a hierarchy
with a single root category.
Taxonomies are used as a way of organizing assets and other related metadata. The terms in the taxonomy
are linked to the assets etc and as such they are logically categorized by the linked category.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor for a primary key. -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the properties used to correlate the external metadata element with the open metadata element.Return the organizing principle used to create the taxonomy in the glossary.inthashCode()Return hash code based on properties.voidsetMetadataCorrelationProperties(MetadataCorrelationProperties metadataCorrelationProperties) Set up the properties used to correlate the external metadata element with the open metadata element.voidsetOrganizingPrinciple(String organizingPrinciple) Set up the organizing principle used to create the taxonomy in the glossary.toString()Standard toString method.
-
Constructor Details
-
TaxonomyClassificationRequestBody
public TaxonomyClassificationRequestBody()Default constructor -
TaxonomyClassificationRequestBody
Copy/clone constructor for a primary key.- Parameters:
template- template object to copy.
-
-
Method Details
-
getMetadataCorrelationProperties
Return the properties used to correlate the external metadata element with the open metadata element.- Returns:
- properties object
-
setMetadataCorrelationProperties
public void setMetadataCorrelationProperties(MetadataCorrelationProperties metadataCorrelationProperties) Set up the properties used to correlate the external metadata element with the open metadata element.- Parameters:
metadataCorrelationProperties- properties object
-
getOrganizingPrinciple
Return the organizing principle used to create the taxonomy in the glossary.- Returns:
- string description
-
setOrganizingPrinciple
Set up the organizing principle used to create the taxonomy in the glossary.- Parameters:
organizingPrinciple- string description
-
toString
Standard toString method. -
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Return hash code based on properties.
-