Uses of Class
org.odpi.openmetadata.accessservices.assetconsumer.elements.InformalTagElement
-
Packages that use InformalTagElement Package Description org.odpi.openmetadata.accessservices.assetconsumer.api The API package defines the Java interfaces supported by the Asset Consumer OMAS.org.odpi.openmetadata.accessservices.assetconsumer.elements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.assetconsumer.rest This package defines the beans used to build the REST request payloads. -
-
Uses of InformalTagElement in org.odpi.openmetadata.accessservices.assetconsumer.api
Methods in org.odpi.openmetadata.accessservices.assetconsumer.api that return InformalTagElement Modifier and Type Method Description InformalTagElementAssetConsumerTaggingInterface. getTag(String userId, String guid)Return the tag for the supplied unique identifier (guid).Methods in org.odpi.openmetadata.accessservices.assetconsumer.api that return types with arguments of type InformalTagElement Modifier and Type Method Description List<InformalTagElement>AssetConsumerTaggingInterface. findMyTags(String userId, String tag, int startFrom, int pageSize)Return the list of the calling user's private tags containing the supplied string in either the name or description.List<InformalTagElement>AssetConsumerTaggingInterface. findTags(String userId, String tag, int startFrom, int pageSize)Return the list of tags containing the supplied string in either the name or description.List<InformalTagElement>AssetConsumerTaggingInterface. getMyTagsByName(String userId, String tag, int startFrom, int pageSize)Return the list of the calling user's private tags exactly matching the supplied name.List<InformalTagElement>AssetConsumerTaggingInterface. getTagsByName(String userId, String tag, int startFrom, int pageSize)Return the list of tags exactly matching the supplied name. -
Uses of InformalTagElement in org.odpi.openmetadata.accessservices.assetconsumer.elements
Constructors in org.odpi.openmetadata.accessservices.assetconsumer.elements with parameters of type InformalTagElement Constructor Description InformalTagElement(InformalTagElement template)Copy/clone constructor -
Uses of InformalTagElement in org.odpi.openmetadata.accessservices.assetconsumer.rest
Methods in org.odpi.openmetadata.accessservices.assetconsumer.rest that return InformalTagElement Modifier and Type Method Description InformalTagElementTagResponse. getTag()Return the Tag object.Methods in org.odpi.openmetadata.accessservices.assetconsumer.rest that return types with arguments of type InformalTagElement Modifier and Type Method Description List<InformalTagElement>TagsResponse. getTags()Return the list of informal tags in the response.Methods in org.odpi.openmetadata.accessservices.assetconsumer.rest with parameters of type InformalTagElement Modifier and Type Method Description voidTagResponse. setTag(InformalTagElement tag)Set up the Tag object.Method parameters in org.odpi.openmetadata.accessservices.assetconsumer.rest with type arguments of type InformalTagElement Modifier and Type Method Description voidTagsResponse. setTags(List<InformalTagElement> tags)Set up the list of informal tags for the response.
-