Generated by
JDiff

Interface com.adobe.cq.social.commons.tagging.SocialTagManager

Removed interface com.day.cq.tagging.TagManager.

Changed Methods
void addTagsTo(Resource, Tag[]) Change in signature from (org.apache.sling.api.resource.Resource, com.day.cq.tagging.Tag[]) to (org.apache.sling.api.resource.Resource, Tag[]).
Add on or multiple tags to a resource.
boolean canCreateUserGeneratedTag(String) Change in exceptions thrown from com.day.cq.tagging.InvalidTagFormatException to InvalidTagFormatException.
Verifies if the user, of the current session, can create a tag in the user generated space.
Tag createUserGeneratedTag(String) Change in return type from com.day.cq.tagging.Tag to Tag.
Change in exceptions thrown from com.day.cq.tagging.InvalidTagFormatException to InvalidTagFormatException.
Creates a tag or namespace in the use generated space.
void flagForModeration(Tag) Change in signature from com.day.cq.tagging.Tag to Tag.
Flags the given tag for moderation.
Tag[] getUserGeneratedNamespaces() Change in return type from com.day.cq.tagging.Tag[] to Tag[].
Retrieves all available tag namespaces, in the user generated space, as array.
void removeModerationFlag(Tag) Change in signature from com.day.cq.tagging.Tag to Tag.
Removes the moderation flag of a tag.
void removeTagsFrom(Resource, Tag[]) Change in signature from (org.apache.sling.api.resource.Resource, com.day.cq.tagging.Tag[]) to (org.apache.sling.api.resource.Resource, Tag[]).
Removes one or multiple tags from a resource.
Tag resolveRawTagByPath(String) Change in return type from com.day.cq.tagging.Tag to Tag.
Returns the tag based on the resource at the given exact repository path.
Tag[] searchWordsToTags(String[], boolean) Change in return type from com.day.cq.tagging.Tag[] to Tag[].
Resolves search words to tags.
Tag[] searchWordsToTags(String[], boolean, Locale) Change in return type from com.day.cq.tagging.Tag[] to Tag[].
Resolves search words to tags, while taking in consideration of the locale.