Class TagLabelUtil
java.lang.Object
org.openmetadata.service.resources.tags.TagLabelUtil
-
Method Summary
Modifier and TypeMethodDescriptionaddDerivedTags(List<TagLabel> tagLabels) static voidapplyTagCommonFields(TagLabel label) static voidcheckMutuallyExclusive(List<TagLabel> tagLabels) static voidcheckMutuallyExclusiveForParentAndSubField(String assetFqn, String assetFqnHash, Map<String, List<TagLabel>> allAssetTags, List<TagLabel> glossaryTags, boolean validateSubFields) static Stringstatic ClassificationgetClassification(String classificationName) static GlossarygetGlossary(String glossaryName) static GlossaryTermgetGlossaryTerm(String glossaryTermFqn) static TaggetUniqueTags(List<TagLabel> tags) static booleanmutuallyExclusive(TagLabel label) Returns true if the parent of the tag label is mutually exclusive
-
Method Details
-
getClassification
-
getTag
-
getGlossary
-
getGlossaryTerm
-
applyTagCommonFields
-
mutuallyExclusive
Returns true if the parent of the tag label is mutually exclusive -
addDerivedTags
-
getUniqueTags
-
checkMutuallyExclusive
-
checkMutuallyExclusiveForParentAndSubField
-
converTagLabelArrayToString
-