Clearspace API (2.5.29) 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. 
com.jivesoftware.community.util Clearspace utility classes. 
 

Uses of ForumThread in com.jivesoftware.community
 

Methods in com.jivesoftware.community that return ForumThread
 ForumThread ForumManager.createThread(JiveContainer container, 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> ActivityManager.getPopularThreads()
          Returns a system wide JiveIterator of popular threads in popularity order.
 JiveIterator<ForumThread> ForumManager.getPopularThreads()
          Returns an Iterable for the most threads in the system as ForumThread objects.
 JiveIterator<ForumThread> ActivityManager.getPopularThreads(JiveContainer jiveContainer)
          Returns a JiveIterator of popular threads for the container in popularity order.
 JiveIterator<ForumThread> ForumManager.getThreads(JiveContainer container)
          Returns an Iterable for all the threads in the container.
 JiveIterator<ForumThread> ForumManager.getThreads(JiveContainer container, ThreadResultFilter resultFilter)
          Returns an Iterable for all the threads in the container that match the criteria specified by the 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.
 JiveIterator<ForumThread> ReadTrackerManager.getUnreadThreads(User user, JiveContainer container)
          Returns an iterable for the unread threads in the community.
 

Methods in com.jivesoftware.community with parameters of type ForumThread
 void ForumManager.addMessage(ForumThread thread, ForumMessage parentMessage, ForumMessage newMessage)
          Adds a new message to a given thread.
 void ForumManager.addThread(JiveContainer container, ForumThread thread)
          Adds a new thread to the container.
 Question QuestionManager.createQuestion(ForumThread thread)
          Creates a new question.
 void ForumManager.deleteMessage(ForumThread thread, ForumMessage message)
          Deletes a message from the given thread.
 void ForumManager.deleteMessage(ForumThread thread, ForumMessage message, boolean deleteChildren)
          Deletes a message and (optionally) all of its child messages from the given thread.
 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 ReadTrackerManager.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.moveMessage(ForumMessage message, ForumThread newThread, long parentMessageID)
          Moves a message to another thread.
 void ForumManager.moveThread(ForumThread thread, JiveContainer newContainer)
          Moves a thread from one container 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.
 void ForumManager.update(ForumThread thread)
          Persists thread changes, and broadcasts changes across the cluster.
 

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, JiveContainer container, Map<String,? extends Object> params)
          Creates a new thread event.
 

Uses of ForumThread in com.jivesoftware.community.util
 

Methods in com.jivesoftware.community.util with parameters of type ForumThread
static boolean SkinUtils.isNew(ForumThread thread, Date time)
          Returns true if the forum thread has been modified since the specified time.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.