Jive Forums API (5.5.20.2-oracle) Developer Javadocs

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

Packages that use ForumThread
com.jivesoftware.forum.webservices   
com.jivesoftware.forum.webservices.server   
com.jivesoftware.util Common utility classes for all Jive Software code. 
 

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.
 

Uses of ForumThread in com.jivesoftware.forum.webservices.server
 

Methods in com.jivesoftware.forum.webservices.server that return ForumThread
static ForumThread WSUtil.convert(ForumThread thread)
          Converts a ForumThread object to a webservice ForumThread object.
static ForumThread WSUtil.convert(ForumThread thread, boolean reduceData)
          Converts a ForumThread object to a webservice ForumThread object and allows forum name, unfilteredSubject, and unfilteredBody to be set to null to reduce response size.
 ForumThread ContentServiceImpl.createThread(java.lang.String subject, java.lang.String body, long forumID, long userID)
           
 ForumThread ContentServiceImpl.getForumThread(long threadID)
           
 ForumThread ForumThreadServiceImpl.getForumThread(long threadID)
           
 ForumThread[] WatchServiceImpl.getForumThreadWatchesByCategory(long userID, long categoryID, int startIndex, int numResults)
           
 ForumThread[] WatchServiceImpl.getForumWatchObjects(long userID, long forumID, int startIndex, int numResults)
           
 ForumThread[] ForumThreadServiceImpl.getPopularThreads()
           
 ForumThread[] ForumThreadServiceImpl.getPopularThreadsByCategoryID(long categoryID)
           
 ForumThread[] ForumThreadServiceImpl.getPopularThreadsByForumID(long forumID)
           
 ForumThread[] WatchServiceImpl.getRecursiveForumThreadWatchesByCategory(long userID, long categoryID, int startIndex, int numResults)
           
 ForumThread[] ForumThreadServiceImpl.getThreadsByCategoryID(long categoryID)
           
 ForumThread[] ForumThreadServiceImpl.getThreadsByCategoryIDAndFilter(long categoryID, ResultFilter filter)
           
 ForumThread[] ForumThreadServiceImpl.getThreadsByForumID(long forumID)
           
 ForumThread[] ForumThreadServiceImpl.getThreadsByForumIDAndFilter(long forumID, ResultFilter filter)
           
 ForumThread[] ForumThreadServiceImpl.getThreadsByForumIDAndFilter(long forumID, ResultFilter filter, boolean reduceData)
           
 

Uses of ForumThread in com.jivesoftware.util
 

Methods in com.jivesoftware.util that return ForumThread
 ForumThread[] ForumThreadList.toForumThreadArray()
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.