Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.forum.MessageRejectedException

Packages that use MessageRejectedException
com.jivesoftware.forum Core interfaces and classes for Jive Forums. 
com.jivesoftware.forum.action Jive Forums WebWork actions. 
com.jivesoftware.forum.ban.interceptor   
com.jivesoftware.forum.database DB implementation of core Jive Forums interfaces. 
com.jivesoftware.forum.interceptor Filters and rejects content being added to the system. 
com.jivesoftware.forum.moderation   
com.jivesoftware.forum.proxy Protection proxies for Jive Forums objects. 
com.jivesoftware.forum.webservices   
com.jivesoftware.forum.webservices.server   
 

Uses of MessageRejectedException in com.jivesoftware.forum
 

Methods in com.jivesoftware.forum that throw MessageRejectedException
 void ForumThread.addMessage(ForumMessage parentMessage, ForumMessage newMessage)
          Adds a new message to this thread.
 void Forum.addThread(ForumThread thread)
          Adds a new thread to the forum.
 void MessageInterceptor.invokeInterceptor(ForumMessage message, int type)
          Invokes the interceptor on the specified message.
 void ForumMessage.setBody(java.lang.String body)
          Sets the body of this message.
 void ForumMessage.setSubject(java.lang.String subject)
          Sets the subject of this message.
 

Uses of MessageRejectedException in com.jivesoftware.forum.action
 

Methods in com.jivesoftware.forum.action that throw MessageRejectedException
protected  void OldPostAction.createMessage()
          Convenience method for creating a new message.
protected  void PostAction.createMessage()
          Convenience method for creating a new message.
 

Uses of MessageRejectedException in com.jivesoftware.forum.ban.interceptor
 

Methods in com.jivesoftware.forum.ban.interceptor that throw MessageRejectedException
 void BanMessageInterceptor.invokeInterceptor(ForumMessage message, int type)
          Checks to see if the author or ip of the message is banned.
 

Uses of MessageRejectedException in com.jivesoftware.forum.database
 

Methods in com.jivesoftware.forum.database that throw MessageRejectedException
 void DbForumThread.addMessage(ForumMessage parentMessage, ForumMessage newMessage)
           
 void DbForum.addThread(ForumThread thread)
           
 void DbInterceptorManager.invokeInterceptors(ForumMessage message, int type)
          Invokes all currently-installed interceptors on the specified message.
 void DbForumMessage.setBody(java.lang.String body)
           
 void EmailWatchMessageWrapper.setBody(java.lang.String body)
           
 void DbForumMessage.setSubject(java.lang.String subject)
           
 void EmailWatchMessageWrapper.setSubject(java.lang.String subject)
           
 

Uses of MessageRejectedException in com.jivesoftware.forum.interceptor
 

Methods in com.jivesoftware.forum.interceptor that throw MessageRejectedException
 void GatewayInterceptor.invokeInterceptor(ForumMessage message, int type)
           
 void GovernorInterceptor.invokeInterceptor(ForumMessage message, int type)
           
 void IPInterceptor.invokeInterceptor(ForumMessage message, int type)
          checks to see if IP is banned, moderated, or requires an email notification.
 void KeywordInterceptor.invokeInterceptor(ForumMessage message, int type)
           
 void ModerationInterceptor.invokeInterceptor(ForumMessage message, int type)
           
 void UserInterceptor.invokeInterceptor(ForumMessage message, int type)
          Checks to see if the author of the message is a banned user.
 void VirusScanInterceptor.invokeInterceptor(ForumMessage message, int type)
           
 

Uses of MessageRejectedException in com.jivesoftware.forum.moderation
 

Methods in com.jivesoftware.forum.moderation that throw MessageRejectedException
 void ModerationManager.editAndApprove(AuthToken authToken, ForumMessage message, java.lang.String subject, java.lang.String body)
          Edit and approve a moderated message
 void ModerationManagerImpl.editAndApprove(AuthToken authToken, ForumMessage message, java.lang.String subject, java.lang.String body)
           
 

Uses of MessageRejectedException in com.jivesoftware.forum.proxy
 

Methods in com.jivesoftware.forum.proxy that throw MessageRejectedException
 void ForumThreadProxy.addMessage(ForumMessage parentMessage, ForumMessage newMessage)
           
 void ForumProxy.addThread(ForumThread thread)
           
 void ForumMessageProxy.setBody(java.lang.String body)
           
 void ForumMessageProxy.setSubject(java.lang.String subject)
           
 

Uses of MessageRejectedException in com.jivesoftware.forum.webservices
 

Methods in com.jivesoftware.forum.webservices that throw MessageRejectedException
 ForumMessage ContentService.createMessage(java.lang.String subject, java.lang.String body, long threadID, long userID)
          Creates a new message on the given thread.
 ForumMessage ContentService.createReplyMessage(java.lang.String subject, java.lang.String body, long messageID, long userID)
          Creates a new message that is a direct response to a given message.
 ForumThread ContentService.createThread(java.lang.String subject, java.lang.String body, long forumID, long userID)
          Creates a new thread.
 void ForumMessageService.updateForumMessage(ForumMessage message)
          Used to update the subject and body of a ForumMessage
 

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

Methods in com.jivesoftware.forum.webservices.server that throw MessageRejectedException
 ForumMessage ContentServiceImpl.createMessage(java.lang.String subject, java.lang.String body, long threadID, long userID)
           
 ForumMessage ContentServiceImpl.createReplyMessage(java.lang.String subject, java.lang.String body, long messageID, long userID)
           
 ForumThread ContentServiceImpl.createThread(java.lang.String subject, java.lang.String body, long forumID, long userID)
           
 void ForumMessageServiceImpl.updateForumMessage(ForumMessage message)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.