|
Oracle© Collaboration Suite Workspaces Web Services API Reference 10g Release 1 (10.1.2.2) Part No. B28209-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.workspaces.ws.beans.ResourceItem
oracle.workspaces.ws.beans.ThreadItem
This class represents a thread.
Method Summary | |
java.lang.String |
getBoardUid() Gets the boardUid of the thread. |
java.util.Calendar |
getFirstPostDate() Gets the firstPostDate of the thread. |
java.lang.String[] |
getFirstPostFrom() Gets an array of strings representing the email addresses of the person who made the first post in the thread. |
java.lang.String[] |
getFlags() Gets the flags of the thread. |
java.util.Calendar |
getLastPostDate() Gets the lastPostDate of the thread. |
java.lang.String |
getLastPostFrom() Gets a string representing the email address of the person who made the last post in the thread. |
int |
getMessageCount() Gets the messageCount of the thread. |
java.lang.String |
getPriority() Gets the priority of the thread. |
java.lang.String |
getSubject() Gets the subject of the thread. |
boolean |
isFavorite() Gets a boolean indicating if this thread is among the favorites. |
Methods inherited from class oracle.workspaces.ws.beans.ResourceItem |
getCreatedTime, getDescription, getId, getLastModifiedBy, getLastModifiedTime, getName, getWebUIUrl, setDescription, setName, setOwner |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getBoardUid()
public boolean isFavorite()
public java.util.Calendar getFirstPostDate()
public java.lang.String[] getFirstPostFrom()
public java.lang.String[] getFlags()
public java.util.Calendar getLastPostDate()
public java.lang.String getLastPostFrom()
public int getMessageCount()
public java.lang.String getPriority()
public java.lang.String getSubject()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |