|
Jive Forums API (5.5.20.2-oracle) Web Services Client Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageRejectedException | |
---|---|
com.jivesoftware.forum.webservices |
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 |
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |