|
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.BoardItem
This class represents a discussion board.
Method Summary | |
NamedValue[] |
getAttributes() Gets the values of the attributes in the form of named value pairs. |
java.lang.String |
getBoardDisplayName() Gets the display name of the board. |
java.lang.String[] |
getFlags() Gets the flags of the board. |
int |
getMessageCount() Gets the message count of the board. |
int |
getNewMessageCount() Gets the new message count of the board. |
int |
getThreadCount() Gets the thread count of the board. |
int |
getUnreadMessageCount() Gets the unreadMessageCount of the board. |
boolean |
isHasNewMessages() Gets a boolean indicating whether the board has any new messages. |
void |
setAttributes(NamedValue[] attributes) Sets the name-value array representing the attributes. |
void |
setBoardDisplayName(java.lang.String boardDisplayName) Sets the display name of the board. |
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 getBoardDisplayName()
public void setBoardDisplayName(java.lang.String boardDisplayName)
boardDisplayName
-public java.lang.String[] getFlags()
public boolean isHasNewMessages()
public int getMessageCount()
public int getNewMessageCount()
public int getThreadCount()
public int getUnreadMessageCount()
public NamedValue[] getAttributes()
public void setAttributes(NamedValue[] attributes)
attributes
- - Named value array representing the attributes.
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |