Class TagLabelUtil
- java.lang.Object
-
- org.openmetadata.service.resources.tags.TagLabelUtil
-
public class TagLabelUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ClassificationgetClassification(String classificationName)static StringgetDescription(TagLabel label)static GlossarygetGlossary(String glossaryName)static GlossaryTermgetGlossaryTerm(String glossaryTermFqn)static TaggetTag(String tagFqn)static booleanmutuallyExclusive(TagLabel label)Returns true if the parent of the tag label is mutually exclusive
-
-
-
Method Detail
-
getClassification
public static Classification getClassification(String classificationName)
-
getGlossaryTerm
public static GlossaryTerm getGlossaryTerm(String glossaryTermFqn)
-
mutuallyExclusive
public static boolean mutuallyExclusive(TagLabel label)
Returns true if the parent of the tag label is mutually exclusive
-
-