|
Jive Forums API (5.5.20.2-oracle) Web Services Client Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ForumMessageNotFoundException | |
---|---|
com.jivesoftware.forum.webservices |
Uses of ForumMessageNotFoundException in com.jivesoftware.forum.webservices |
---|
Methods in com.jivesoftware.forum.webservices that throw ForumMessageNotFoundException | |
---|---|
void |
ForumMessageService.addAttachmentToMessage(java.lang.String name,
javax.activation.DataSource source,
long messageID)
Adds an attachment to the message with the specified ID. |
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. |
void |
ForumMessageService.deleteMessage(long messageID)
Delete the message with the following id. |
void |
ForumMessageService.deleteMessageAndChildren(long messageID,
boolean deleteChildren)
Delete the message with the specified id. |
void |
ForumMessageService.deleteProperty(java.lang.String name,
long messageID)
Delete a property with the given name from the message with the given ID. |
javax.activation.DataSource[] |
ForumMessageService.getAttachmentsByMessageID(long messageID)
Returns an array of attachments that are attached to the specified message. |
ForumMessage |
ForumMessageService.getChild(long messageID,
int index)
Returns the child of parent at index index in the parent's child array. |
int |
ForumMessageService.getChildCount(long messageID)
Returns the number of children of parent. |
ForumMessage[] |
ForumMessageService.getChildren(long messageID)
Returns an array of all the child messages of the parent. |
ForumMessage |
ContentService.getForumMessage(long messageID)
Returns a ForumMessage by its id. |
ForumMessage |
ForumMessageService.getForumMessage(long messageID)
Returns a ForumMessage by its ID. |
int |
ForumMessageService.getIndexOfChild(long parentID,
long messageID)
Returns the index of child in parent. |
int |
ForumMessageService.getMessageDepth(long messageID)
Returns the depth of a message in the message tree hierarchy. |
ForumMessage |
ForumMessageService.getParent(long messageID)
Returns the parent of the child ForumMessage. |
java.lang.String |
ForumMessageService.getProperty(java.lang.String name,
long messageID)
Returns the value of the extended property for the message with the specified ID. |
int |
ForumMessageService.getRecursiveChildCount(long messageID)
Returns the total number of recursive children of a parent. |
ForumMessage[] |
ForumMessageService.getRecursiveChildren(long messageID)
Returns an array for all child messages (and sub-children, etc) of the parent. |
Property[] |
ForumMessageService.getUnfilteredProperties(long messageID)
Returns the properties without applying filters to them first. |
boolean |
ForumMessageService.hasParent(long messageID)
Returns true if the child message has a parent message. |
boolean |
ForumMessageService.isLeaf(long messageID)
Returns true if node is a leaf. |
ForumMessage[] |
ContentService.messageSearchByCategoriesForObjects(long categoryID,
Query query,
int startIndex,
int numResults)
Provides the ability to create complex search queries with the ability to change sorting, filtering, etc. all by category. |
ForumMessage[] |
ContentService.messageSearchByForumForObjects(long forumID,
Query query,
int startIndex,
int numResults)
Provides the ability to perform a search query for messages within a forum. |
ForumMessage[] |
ContentService.messageSearchForObjects(Query query,
int startIndex,
int numResults)
Provides the ability to create complex search queries with the ability to change sorting, filtering, etc. |
ForumMessage[] |
ContentService.quickMessageSearchByCategoryIDForObjects(long categoryID,
java.lang.String query,
int startIndex,
int numResults)
Provides the ability to do quick search queries based on the provided string. |
ForumMessage[] |
ContentService.quickMessageSearchForObjects(java.lang.String query,
int startIndex,
int numResults)
Provides the ability to do quick search queries based on the provided string. |
void |
ForumMessageService.setProperty(java.lang.String name,
java.lang.String value,
long messageID)
Set an extended for the property with the given message id. |
void |
ForumMessageService.updateForumMessage(ForumMessage message)
Used to update the subject and body of a ForumMessage |
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |