Uses of Class
com.ads.api.beans.common.Tag
Packages that use Tag
Package
Description
Contains Collection Classes,Java Bean Classes which are specific to System, Environment,Table, Column and Node.
Contains Utility Classes, Collection Classes, Java Bean Classes which are specific to System, Environment, Table, Column, Mappings, Subject,
KeyValue Pairs, ROle, Business Glossary Catalog, Document etc...
Contains Utility Classes, Collection Classes, Java Bean Classes which are specific to System, Environment, Table, Schema, Component and Column.
Contains Resource Classes, methods related to System, Environment, Table, Column, Mappings, Subject, Business Catalogs, Tags, Associations, Files etc., includes the user authentication for the REST services methods.
-
Uses of Tag in com.ads.api.beans.sm
Methods in com.ads.api.beans.sm that return types with arguments of type TagMethods in com.ads.api.beans.sm with parameters of type TagModifier and TypeMethodDescriptionMethod parameters in com.ads.api.beans.sm with type arguments of type Tag -
Uses of Tag in com.ads.api.util
Methods in com.ads.api.util that return TagModifier and TypeMethodDescriptionTagUtil.getTag(int tagId) Returns the tag object for the specified tag id.Returns the tag object for the specified tag name.Methods in com.ads.api.util that return types with arguments of type TagModifier and TypeMethodDescriptionTagUtil.getAllTags()Returns the list of all tags present in the master configuration.TagUtil.getAssociatedTags(Node.NodeType nodeType, int nodeId) Returns the list of associated tags of the specified nodeType and nodeId.Returns the list of tag objects for the specified list of tag names.TagUtil.getTagsByIds(List<Integer> tagIds) Returns the list of tag objects for the specified list of tagIds.Methods in com.ads.api.util with parameters of type TagModifier and TypeMethodDescriptionInserts a new tag for the specified tag object.Removes tag for the specified tag object.Updates the tag for the specified tag object.Method parameters in com.ads.api.util with type arguments of type TagModifier and TypeMethodDescriptionInserts list of tags for the specified list of tag objects.TagUtil.updateTags(List<Tag> tags) Updates the list of tags for the specified list of tag objects. -
Uses of Tag in com.ads.mm.db.dao
Methods in com.ads.mm.db.dao that return types with arguments of type TagMethods in com.ads.mm.db.dao with parameters of type TagModifier and TypeMethodDescriptionMethod parameters in com.ads.mm.db.dao with type arguments of type Tag -
Uses of Tag in com.ads.services.webservice.rest
Method parameters in com.ads.services.webservice.rest with type arguments of type TagModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntityInserts list of tags for the specified list of tag objects.org.springframework.http.ResponseEntityTagResource.updateTags(List<Tag> tags) Updates the list of tags for the specified list of tag objects.