Jive API (3.0.13) Core Javadocs

Uses of Interface
com.jivesoftware.community.ContentTag

Packages that use ContentTag
com.jivesoftware.community Core interfaces and classes for Jive SBS. 
com.jivesoftware.community.action Jive SBS WebWork actions. 
com.jivesoftware.community.event Provides mechanisms to be notified of actions in the system such as new messages being created. 
com.jivesoftware.community.util Jive SBS utility classes. 
 

Uses of ContentTag in com.jivesoftware.community
 

Methods in com.jivesoftware.community that return ContentTag
 ContentTag TagManager.createTag(String tagname)
          Creates a tag in the database.
 ContentTag TagManager.getTag(long tagID)
          Returns a tag given a tag ID.
 ContentTag TagManager.getTag(String tagname)
          Returns a tag by tag name.
 

Methods in com.jivesoftware.community that return types with arguments of type ContentTag
 JiveIterator<ContentTag> TagManager.getCommunityTags(JiveObject jiveObject, User user)
          Return an Iterable for all the tags associated with this jive object on behalf of the given user.
 Collection<ContentTag> ResultFilter.getTags()
          Returns the the ContentTags to filter on.
 JiveIterator<ContentTag> TagSet.getTags()
          Returns an Iterable of ContentTags which define the view this TagSet represents.
 JiveIterator<ContentTag> TagManager.getTags(JiveObject jiveObject)
          Return an Iterable for all the tags associated with this jive object.
 

Methods in com.jivesoftware.community with parameters of type ContentTag
 void TagManager.addCommunityTag(ContentTag tag, JiveObject jiveObject, User user)
          Adds a community tag to a JiveObject on behalf of the given user.
 void ResultFilter.addTag(ContentTag tag)
          Adds a ContentTag to the list of tags to filter on.
 void TagManager.addTag(ContentTag tag, JiveObject jiveObject)
          Associates a tag with this object
 JiveIterator<TagSet> TagSetManager.getTagSetsTagBelongsTo(ContentTag tag)
          Returns all TagSets that contains the specified ContentTag.
 void TagManager.removeTag(ContentTag tag, JiveObject jiveObject)
          Disassociates this object with the given tag.
 boolean TagSetManager.tagBelongsToOtherSet(ContentTag tag, TagSet tagSet)
          Returns true if the supplied ContentTag is associated with a TagSet other than the supplied TagSet in the Community in which the supplied TagSet belongs.
 

Method parameters in com.jivesoftware.community with type arguments of type ContentTag
 void ResultFilter.setTags(Collection<ContentTag> tags)
          Sets the ContentTags to filter on.
 

Uses of ContentTag in com.jivesoftware.community.action
 

Methods in com.jivesoftware.community.action that return types with arguments of type ContentTag
 List<ContentTag> JiveActionSupport.loadTagList(String tags)
          Retuns a List of ContentTag objects from the given space or + delimited list of tags.
 

Methods in com.jivesoftware.community.action with parameters of type ContentTag
 String JiveActionSupport.renderTagToHtml(ContentTag tag)
           
 

Uses of ContentTag in com.jivesoftware.community.event
 

Constructors in com.jivesoftware.community.event with parameters of type ContentTag
TagEvent(TagEvent.Type eventType, ContentTag tag, Map<String,Object> params, JiveObject parent)
          Creates a new tag event.
TagEvent(TagEvent.Type eventType, ContentTag tag, Map<String,Object> params, JiveObject parent, EntityDescriptor owner)
          Creates a new tag event.
 

Uses of ContentTag in com.jivesoftware.community.util
 

Methods in com.jivesoftware.community.util with parameters of type ContentTag
static String BlogUtils.getTagFeedURL(Blog blog, ContentTag tag)
          Returns a string containing the path to the tag feed which is a combination of the base URL, the blog display name, the word 'feed-tags' and the given tag or tags.
static String BlogUtils.getTagFeedURL(ContentTag tag)
          Returns a string containing the path to the tag feed for the system and a given tag.
static String BlogUtils.getTagPermalink(Blog blog, ContentTag tag)
          Returns a tag permalink for a blog which is a combination of the base URL, the blog display name, the word 'tags' and the given tag..
 

Method parameters in com.jivesoftware.community.util with type arguments of type ContentTag
static String BlogUtils.getTagFeedURL(Blog blog, List<ContentTag> tags)
          Returns a string containing the path to the tag feed which is a combination of the base URL, the blog display name, the word 'feed-tags' and the given tag or tags.
static String BlogUtils.getTagFeedURL(List<ContentTag> tags)
          Returns a string containing the path to the tag feed for the system and a given list of tags.
static String BlogUtils.getTagPermalink(Blog blog, List<ContentTag> tags)
          Returns a tag permalink for a blog which is a combination of the base URL, the blog display name, the word 'tags' and a list of tags.
 


Jive Product Page

Copyright © 1999-2007 Jive Software.