Jive Forums API (5.5.20.2-oracle) Web Services Client Javadocs

Uses of Class
com.jivesoftware.forum.webservices.ForumThread

Packages that use ForumThread
com.jivesoftware.forum.webservices   
 

Uses of ForumThread in com.jivesoftware.forum.webservices
 

Methods in com.jivesoftware.forum.webservices that return ForumThread
 ForumThread ContentService.createThread(java.lang.String subject, java.lang.String body, long forumID, long userID)
          Creates a new thread.
 ForumThread ContentService.getForumThread(long threadID)
          Returns a ForumThread by its id.
 ForumThread ForumThreadService.getForumThread(long threadID)
          Returns a ForumThread by its ID.
 ForumThread[] WatchService.getForumThreadWatchesByCategory(long userID, long categoryID, int startIndex, int numResults)
          Returns ForumThreads that the user is watching for all the Forums under the given Category.
 ForumThread[] WatchService.getForumWatchObjects(long userID, long forumID, int startIndex, int numResults)
          Returns ForumThreads that the user is watching for a given Forum.
 ForumThread[] ForumThreadService.getPopularThreads()
          Returns an array of thread IDs for all the popular threads in the system.
 ForumThread[] ForumThreadService.getPopularThreadsByCategoryID(long categoryID)
          Returns an array of popular threads by category.
 ForumThread[] ForumThreadService.getPopularThreadsByForumID(long forumID)
          Returns an array of threadIDs for all the popular threads for a specific forum.
 ForumThread[] WatchService.getRecursiveForumThreadWatchesByCategory(long userID, long categoryID, int startIndex, int numResults)
          Returns ForumThreads that the user is watching for all the Forums under the given Category.
 ForumThread[] ForumThreadService.getThreadsByCategoryID(long categoryID)
          Returns all of the IDs for threads a category.
 ForumThread[] ForumThreadService.getThreadsByCategoryIDAndFilter(long categoryID, ResultFilter filter)
          Returns all of the IDs for threads a category has filtered by the specified result filter.
 ForumThread[] ForumThreadService.getThreadsByForumID(long forumID)
          Returns all of the IDs for threads a forum has.
 ForumThread[] ForumThreadService.getThreadsByForumIDAndFilter(long forumID, ResultFilter filter)
          Returns all of the IDs for threads a forum has filtered by the specified result filter.
 ForumThread[] ForumThreadService.getThreadsByForumIDAndFilter(long forumID, ResultFilter filter, boolean reduceData)
          Returns all threads in a forum filtered by the specified result filter, with option to set forum name, unfilteredSubject, and unfilteredBody to null to reduce response size.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.