Uses of Class
org.odpi.openmetadata.accessservices.assetconsumer.elements.TaggedElement
-
Packages that use TaggedElement Package Description org.odpi.openmetadata.accessservices.assetconsumer.elements The metadata elements describe the way that metadata is returned from the repository. -
-
Uses of TaggedElement in org.odpi.openmetadata.accessservices.assetconsumer.elements
Methods in org.odpi.openmetadata.accessservices.assetconsumer.elements that return TaggedElement Modifier and Type Method Description TaggedElementInformalTagElement. getTaggedElement()Return details of the relationship from the element in the request to the tag.Methods in org.odpi.openmetadata.accessservices.assetconsumer.elements with parameters of type TaggedElement Modifier and Type Method Description voidInformalTagElement. setTaggedElement(TaggedElement taggedElement)Set up details of the relationship from the element in the request to the tag.Constructors in org.odpi.openmetadata.accessservices.assetconsumer.elements with parameters of type TaggedElement Constructor Description TaggedElement(TaggedElement template)Copy/clone constructor
-