|
Oracle Collaboration Suite Discussions Web Services Java API Reference 10g (10.1.2.2) Part No. B28210-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.discussions.ws.beans.ForumMessage
oracle.discussions.ws.beans.Topic
Every independent forum message in a forum is called a topic. It is the root from which, all other messages stem from.
ForumMessage
Method Summary | |
LastPost |
getLastPost() Returns the lastpost information. |
int |
getMsgCount() Returns the total number of messages in the topic. |
java.lang.String |
getRssURL() Returns the url of the page depicting the rss feed for the Discussions element. |
boolean |
isFavorite() Returns true if the topic is in the favorites list for the user. |
boolean |
isLocked() Returns the lock status of the topic. |
Methods inherited from class oracle.discussions.ws.beans.ForumMessage |
getAnnotations, getBodyPlainText, getForumId, getFromAddresses, getLevel, getMessageId, getNumberOfReplies, getSentDate, getSize, getSubject, getTopicId, getWebUIUrl, getXPriority, isByModerator, isHasAttachments, isHidden, isHTMLContentType, isNewMessage, isNewSinceLastVisit, isNewSinceSession |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public LastPost getLastPost()
Lastpost depicts the most recently posted message in a topic. It contains information about
public int getMsgCount()
A message can be either
public boolean isFavorite()
Returns true if the topic is in the favorites list for the user, false otherwise
public boolean isLocked()
Returns true if the topic is locked, false otherwise.
A thread which is locked cannot be edited.
Only board writer who is the owner of the thread and higher role will have permissions to lock a thread.
public java.lang.String getRssURL()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |