Clearspace API (1.7.0) Core Javadocs

Uses of Interface
com.jivesoftware.community.ForumThread

Packages that use ForumThread
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 ForumThread in com.jivesoftware.community
 

Methods in com.jivesoftware.community that return ForumThread
 ForumThread Community.createThread(ForumMessage rootMessage)
          Factory method to create a new thread.
 ForumThread MessageSearchQueryCriteria.getFilteredThread()
          Returns the thread that query results are restricted to.
 ForumThread ForumMessage.getForumThread()
          Returns the thread this message belongs to.
 ForumThread Question.getForumThread()
          Returns the thread that the question is associated with.
 ForumThread ForumManager.getForumThread(long threadID)
          Returns the thread with the specified threadID.
 

Methods in com.jivesoftware.community that return types with arguments of type ForumThread
 JiveIterator<ForumThread> Community.getPopularThreads()
          Returns the top x threads according to thread views, replies per thread & time passed since the thread was last modified.
 JiveIterator<ForumThread> ForumManager.getPopularThreads()
          Returns an Iterable for the most threads in the system as ForumThread objects.
 JiveIterator<ForumThread> ContentRetrieval.getThreads()
          Returns an Iterable for all the threads in the community.
 JiveIterator<ForumThread> ContentRetrieval.getThreads(ThreadResultFilter resultFilter)
          Returns an Iterable for all the threads in the community that match the criteria specified by the ResultFilter.
 JiveIterator<ForumThread> ReadTracker.getUnreadThreads(User user, Community community)
          Returns an iterable for the unread threads in the community.
 

Methods in com.jivesoftware.community with parameters of type ForumThread
 void Community.addThread(ForumThread thread)
          Adds a new thread to the community.
 Question QuestionManager.createQuestion(ForumThread thread)
          Creates a new question.
 void ForumManager.deleteThread(ForumThread thread)
          Deletes a thread and all of its messages.
 Question QuestionManager.getQuestion(ForumThread thread)
          Returns the question associated with a thread.
 int ReadTracker.getReadStatus(User user, ForumThread thread)
          Returns the read status on the specified thread.
 boolean QuestionManager.hasQuestion(ForumThread thread)
          Returns true if the thread has a question associated with it.
 void ForumManager.moveThread(ForumThread thread, Community newCommunity)
          Moves a thread from one community to another.
 void SearchManager.removeFromIndex(ForumThread thread)
          Removes a thread from the index.
 void MessageSearchQueryCriteria.setFilterOnThread(ForumThread thread)
          Restricts the query results to messages posted in a specific thread.
 

Uses of ForumThread in com.jivesoftware.community.event
 

Methods in com.jivesoftware.community.event that return ForumThread
 ForumThread ThreadEvent.getThread()
          Returns the ForumThread that the event corresponds to.
 

Constructors in com.jivesoftware.community.event with parameters of type ForumThread
ThreadEvent(int eventType, ForumThread thread, java.util.Map<java.lang.String,? extends java.lang.Object> params)
          Creates a new thread event.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.