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

Uses of Class
com.jivesoftware.forum.ForumThreadNotFoundException

Packages that use ForumThreadNotFoundException
com.jivesoftware.forum.webservices   
 

Uses of ForumThreadNotFoundException in com.jivesoftware.forum.webservices
 

Methods in com.jivesoftware.forum.webservices that throw ForumThreadNotFoundException
 ForumMessage ContentService.createMessage(java.lang.String subject, java.lang.String body, long threadID, long userID)
          Creates a new message on the given thread.
 Watch WatchService.createThreadWatch(long userID, long threadID)
          Create a watch on a thread for the specified user.
 void ForumThreadService.deleteProperty(java.lang.String name, long threadID)
          Delete a property with the given name from the thread with the given ID.
 void ForumThreadService.deleteThread(long threadID)
          Deletes a thread with the specified ID.
 void WatchService.deleteWatch(Watch watch)
          Delete the specified watch.
 ForumThread ContentService.getForumThread(long threadID)
          Returns a ForumThread by its id.
 ForumThread ForumThreadService.getForumThread(long threadID)
          Returns a ForumThread by its ID.
 int ForumMessageService.getMessageCountByThreadID(long threadID)
          Returns the number of messages that are in the thread.
 int ForumMessageService.getMessageCountByThreadIDAndFilter(long threadID, ResultFilter filter)
          Returns the number of messages that are in the thread with the specified id after the specified filter has been applied.
 long[] ForumMessageService.getMessageIDsByThreadID(long threadID)
          Returns the IDs of the messages that are in the thread.
 long[] ForumMessageService.getMessageIDsByThreadIDAndFilter(long threadID, ResultFilter filter)
          Returns all of the message IDs for all of the message that are in the thread after the specified filter has been applied.
 ForumMessage[] ForumMessageService.getMessagesByThreadID(long threadID)
          Returns the messages that are in the thread.
 ForumMessage[] ForumMessageService.getMessagesByThreadIDAndFilter(long threadID, ResultFilter filter)
          Returns all of the messages that are in the thread after the specified filter has been applied.
 Property[] ForumThreadService.getProperties(long threadID)
          Returns all tbe extended properties for the thread with the specified ID.
 java.lang.String ForumThreadService.getProperty(java.lang.String name, long threadID)
          Returns the value of an extended property for the thread with the specified ID.
 ForumMessage[] ForumMessageService.getRecursiveMessages(long threadID)
          Returns an array for all messages in the thread in depth-first order.
 ForumMessage ForumMessageService.getRootMessage(long threadID)
          Returns the root of a thread.
 Watch WatchService.getThreadWatch(long userID, long threadID)
          Returns a watch on a particular thread, or null if there isn't a watch.
 boolean WatchService.isThreadWatched(long userID, long threadID)
          Returns true if the user is watching the specified thread.
 void ForumThreadService.moveThread(long threadID, long forumID)
          Moves the thread with the specified ID to the forum with the specified ID.
 void ForumThreadService.setProperty(java.lang.String name, java.lang.String value, long threadID)
          Set an extended for the property for the thread with the given ID.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.