Clearspace API (2.5.29) Core Javadocs

Uses of Interface
com.jivesoftware.community.TagSet

Packages that use TagSet
com.jivesoftware.community Core interfaces and classes for Clearspace. 
com.jivesoftware.community.event Provides mechanisms to be notified of actions in the system such as new messages being created. 
 

Uses of TagSet in com.jivesoftware.community
 

Methods in com.jivesoftware.community that return TagSet
 TagSet TagSetManager.createTagSet(String name, String description, com.jivesoftware.util.LongList tagIDs, JiveContainer container)
          Creates a new TagSet with the supplied name, description, and tags.
 TagSet TagSetManager.getTagSet(long tagSetID)
          Returns the TagSet with the supplied id.
 

Methods in com.jivesoftware.community that return types with arguments of type TagSet
 Collection<TagSet> SearchQueryCriteria.getFilteredTagSets()
          Returns a collection of TagSets that query results are restricted to.
 JiveIterator<TagSet> TagSetManager.getTagSets(JiveContainer container)
          Returns all TagSets which are defined for the specified JiveContainer.
 JiveIterator<TagSet> TagSetManager.getTagSetsTagBelongsTo(ContentTag tag)
          Returns all TagSets that contains the specified ContentTag.
 

Methods in com.jivesoftware.community with parameters of type TagSet
 void TagSetManager.deleteTagSet(TagSet tagSet)
          Deletes the specified TagSet.
 int BlogManager.getBlogPostCount(TagSet tagSet)
          Returns the number of blog posts associated with this tag set.
 int BlogManager.getBlogPostCount(TagSet tagSet, BlogPostResultFilter resultFilter)
          Returns the number of blog posts in all blogs associated with the tag set based on the specified ResultFilter.
 JiveIterator<BlogPost> BlogManager.getBlogPosts(TagSet tagSet)
          Returns the blog posts associated with this tag set based on the specified ResultFilter.
 JiveIterator<BlogPost> BlogManager.getBlogPosts(TagSet tagSet, BlogPostResultFilter resultFilter)
          Returns the blog posts associated with this container.
 JiveIterator<JiveContentObject> CommunityManager.getCombinedContent(TagSet tagSet, ContentRetrieval.ContentType... contentTypes)
          Returns an Iterable for all threads, documents, and blog posts in the tag set, depending on which ContentRetrieval.ContentTypes are supplied as an argument.
 JiveIterator<JiveContentObject> CommunityManager.getCombinedContent(TagSet tagSet, ResultFilter filter, ContentRetrieval.ContentType... contentTypes)
          Returns an Iterable for all threads, documents, and blog posts in the tag set, depending on which ContentRetrieval.ContentTypes are supplied as an argument, and according the the supplied ResultFilter.
 int CommunityManager.getCombinedContentCount(TagSet tagSet, ContentRetrieval.ContentType... contentTypes)
          Returns the combined number of threads, documents, and blog posts in the tag, depending on which ContentRetrieval.ContentTypes are supplied as an argument.
 int CommunityManager.getCombinedContentCount(TagSet tagSet, ResultFilter filter, ContentRetrieval.ContentType... contentTypes)
          Returns the combined number of threads, documents, and blog posts in the tag set, depending on which ContentRetrieval.ContentTypes are supplied as an argument, and restricted by the ResultFilter.
 int DocumentManager.getDocumentCount(TagSet tagSet)
          Returns the number of published documents in the tag set.
 int DocumentManager.getDocumentCount(TagSet tagSet, DocumentResultFilter filter)
          Returns the number of documents in the tag set based on the specified ResultFilter.
 JiveIterator<Document> DocumentManager.getDocuments(TagSet tagSet)
          Returns an Iterable for all the published documents in the tag set.
 JiveIterator<Document> DocumentManager.getDocuments(TagSet tagSet, DocumentResultFilter resultFilter)
          Returns an Iterable for all the documents in the tag set that match the criteria specified by the ResultFilter.
 ForumMessage ForumManager.getLatestMessage(TagSet tagSet)
          Returns the most recently created or edited message in this tag set .
 int ForumManager.getMessageCount(TagSet tagSet)
          Acquire the count of all messages for a specified tag set.
 int ForumManager.getMessageCount(TagSet tagSet, ThreadResultFilter resultFilter)
          The account of messages for the TagSet with the ThreadResultFilter applied.
 JiveIterator<ForumMessage> ForumManager.getMessages(TagSet tagSet)
          Returns an Iterable for all the messages in the tag set.
 JiveIterator<ForumMessage> ForumManager.getMessages(TagSet tagSet, ThreadResultFilter resultFilter)
          Returns an Iterable for all the messages in the tag set that match the criteria specified by the ResultFilter.
 int ForumManager.getThreadCount(TagSet tagSet)
          Returns the number of threads in the tag set.
 int ForumManager.getThreadCount(TagSet tagSet, ThreadResultFilter resultFilter)
          Returns the number of threads in the tag set based on the specified ResultFilter.
 JiveIterator<ForumThread> ForumManager.getThreads(TagSet tagSet)
          Returns an Iterable for all the threads in the tag set.
 JiveIterator<ForumThread> ForumManager.getThreads(TagSet tagSet, ThreadResultFilter resultFilter)
          Returns an Iterable for all the threads in the tag set that match the criteria specified by the ResultFilter.
 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.
 void TagSetManager.updateTagSet(TagSet tagSet)
          Updates a TagSet
 

Method parameters in com.jivesoftware.community with type arguments of type TagSet
 void SearchQueryCriteria.setFilterOnTagSets(Collection<TagSet> tagSets)
          Restricts the query results to content objects containing any one of the specified TagSets.
 

Uses of TagSet in com.jivesoftware.community.event
 

Methods in com.jivesoftware.community.event that return TagSet
 TagSet TagSetEvent.getTagSet()
          Returns the tag set that the event corresponds to.
 

Constructors in com.jivesoftware.community.event with parameters of type TagSet
TagSetEvent(int eventType, TagSet tagSet, Map<String,? extends Object> params)
          Creates a new tag set event.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.