Jive Forums API (5.5.20.2-oracle) Core Javadocs

Uses of Interface
com.jivesoftware.forum.ForumThread

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

Uses of ForumThread in com.jivesoftware.forum
 

Methods in com.jivesoftware.forum that return ForumThread
 ForumThread Forum.createThread(ForumMessage rootMessage)
          Factory method to create a new thread.
 ForumThread Query.getFilteredThread()
          Returns the thread that query results are restricted to.
 ForumThread ForumMessage.getForumThread()
          Returns the thread this message belongs to.
abstract  ForumThread ForumFactory.getForumThread(long threadID)
          Returns the thread with the specified threadID.
 ForumThread Forum.getThread(long threadID)
          Returns the thread specified by id.
 

Methods in com.jivesoftware.forum with parameters of type ForumThread
 void RatingManager.addRating(User user, ForumThread thread, Rating rating)
          Add a rating to the forum thread.
 void Forum.addThread(ForumThread thread)
          Adds a new thread to the forum.
 Watch WatchManager.createWatch(User user, ForumThread thread)
          Create a watch on a thread for the specified user.
 void Forum.deleteThread(ForumThread thread)
          Deletes a thread and all of its messages.
 void Query.filterOnThread(ForumThread thread)
          Restricts the querty results to messages posted in a specified thread.
 double RatingManager.getMeanRating(ForumThread thread)
          A convenience method which returns a geometric mean average of all the ratings given to the forum thread.
 int RewardManager.getPoints(ForumThread thread)
          Returns the number of reward points in a thread that are left to be distributed.
 int RewardManager.getPointsRewarded(ForumThread thread)
          Returns the total number of points rewarded to messages in the thread.
 Rating RatingManager.getRating(User user, ForumThread thread)
          Returns the rating associated with the user, or null if this user hasn't rated the forum thread.
 int RatingManager.getRatingCount(ForumThread thread)
          Returns the total number of ratings given to the forum thread.
 java.util.Iterator RatingManager.getRatings(ForumThread thread)
          Returns an Iterator of all the ratings given to the forum thread.
 int ReadTracker.getReadStatus(User user, ForumThread thread)
          Returns the read status on the specified thread.
 Watch WatchManager.getWatch(User user, ForumThread thread)
          Returns a watch on a particular thread, or null if there isn't a watch.
 boolean RatingManager.hasRated(User user, ForumThread thread)
          Returns whether the user has rated the forum thread or not.
 boolean WatchManager.isWatched(User user, ForumThread thread)
          Returns true if the user is watching the specified thread.
 void Forum.moveThread(ForumThread thread, Forum newForum)
          Moves a thread from one forum to another.
 void SearchManager.removeFromIndex(ForumThread thread)
          Removes a thread from the index.
abstract  void ForumThreadIterator.setIndex(ForumThread thread)
          Sets the index for the iteration to the specified ForumThread.
 void RewardManager.transferPoints(ForumThread thread, int numPoints)
          Transfers the specified number of points to the thread.
 

Uses of ForumThread in com.jivesoftware.forum.event
 

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

Constructors in com.jivesoftware.forum.event with parameters of type ForumThread
ThreadEvent(int eventType, ForumThread thread, java.util.Map params)
          Creates a new thread event.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.