Interface TagService
public interface TagService
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondetectTagNames(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'.Searches in Tags switch name and audienceIdgetTagNames(TagObject tagObject) Updates the list of tags associated to an object.
-
Field Details
-
METADATA_TYPE
-
-
Method Details
-
saveTags
Updates the list of tags associated to an object. -
getTagNames
-
detectTagNames
Detects the list of Tag names found in content that are added inside an HTML link using a specific class name 'metadata-tag'. -
findTags
Searches in Tags switch name and audienceId- Parameters:
tagFilter- Search filter of taguserIdentityId- userIdentityidentifier- Returns:
ListofTagName- Throws:
IllegalAccessException- when user wasn't found
-