|
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
Represents an individual message of a forum.
Every independent forum message in the forum is called a topic. It is the root from which, all other messages stem from. Replies to a topic are called messages. A message can have attachments and text.
Topic
Method Summary | |
Annotation[] |
getAnnotations() Returns the message annotations. |
java.lang.String |
getBodyPlainText() Returns the message body. |
long |
getForumId() Returns the id of the forum, in which the message is present. |
java.lang.String[] |
getFromAddresses() Returns the email addresses of the message authors. |
int |
getLevel() Returns a message's level in a topic. |
int |
getMessageId() Returns the current message's id. |
int |
getNumberOfReplies() Returns the number of replies to this message. |
java.util.Date |
getSentDate() Returns the message's sent date. |
int |
getSize() Returns the message size in bytes. |
java.lang.String |
getSubject() Returns the message subject. |
int |
getTopicId() Returns the parent topic's id. |
java.lang.String |
getWebUIUrl() Returns the webui url for the web page displaying this element. |
java.lang.String |
getXPriority() Returns the message priority. |
boolean |
isByModerator() Returns if this is a sticky thread. |
boolean |
isHasAttachments() Returns if the message has attachments. |
boolean |
isHidden() Sets if the forum message is hidden. |
boolean |
isHTMLContentType() Returns if the message is composed of html text. |
boolean |
isNewMessage() Returns if the message is NEW. |
boolean |
isNewSinceLastVisit() Returns if the message is new from the users last visit. |
boolean |
isNewSinceSession() Returns if the message is new from the user's curretn session. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getBodyPlainText()
public java.lang.String[] getFromAddresses()
public int getLevel()
public int getNumberOfReplies()
public int getMessageId()
public java.util.Date getSentDate()
public int getSize()
public java.lang.String getSubject()
public java.lang.String getXPriority()
public boolean isHasAttachments()
public boolean isByModerator()
public boolean isNewMessage()
public boolean isNewSinceLastVisit()
public boolean isNewSinceSession()
public java.lang.String getWebUIUrl()
public Annotation[] getAnnotations()
public int getTopicId()
public long getForumId()
public boolean isHTMLContentType()
public boolean isHidden()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |