Uses of Class
org.exoplatform.social.metadata.tag.model.TagName
-
Packages that use TagName Package Description org.exoplatform.social.metadata.tag -
-
Uses of TagName in org.exoplatform.social.metadata.tag
Methods in org.exoplatform.social.metadata.tag that return types with arguments of type TagName Modifier and Type Method Description Set<TagName>TagService. detectTagNames(String content)Detects the list of Tag names found in content that are added inside an HTML link using a specific class name 'metadata-tag'.List<TagName>TagService. findTags(TagFilter tagFilter, long userIdentityId)Searches in Tags switch name and audienceIdSet<TagName>TagService. getTagNames(TagObject tagObject)Set<TagName>TagService. saveTags(TagObject object, Set<TagName> tagNames, long audienceId, long creatorId)Updates the list of tags associated to an object.Method parameters in org.exoplatform.social.metadata.tag with type arguments of type TagName Modifier and Type Method Description Set<TagName>TagService. saveTags(TagObject object, Set<TagName> tagNames, long audienceId, long creatorId)Updates the list of tags associated to an object.
-