Oracle© Collaboration Suite Workspaces Web Services API Reference
10g Release 1 (10.1.2.2)

Part No. B28209-01


oracle.workspaces.ws.beans
Class ThreadItem

java.lang.Object
  extended byoracle.workspaces.ws.beans.ResourceItem
      extended byoracle.workspaces.ws.beans.ThreadItem


public class ThreadItem
extends ResourceItem

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

getBoardUid

public java.lang.String getBoardUid()
Gets the boardUid of the thread.
Returns:
boardUid

isFavorite

public boolean isFavorite()
Gets a boolean indicating if this thread is among the favorites.
Returns:
favorite

getFirstPostDate

public java.util.Calendar getFirstPostDate()
Gets the firstPostDate of the thread.
Returns:
firstPostDate

getFirstPostFrom

public java.lang.String[] getFirstPostFrom()
Gets an array of strings representing the email addresses of the person who made the first post in the thread.
Returns:
firstPostFrom

getFlags

public java.lang.String[] getFlags()
Gets the flags of the thread.
Returns:
flags

getLastPostDate

public java.util.Calendar getLastPostDate()
Gets the lastPostDate of the thread.
Returns:
lastPostDate

getLastPostFrom

public java.lang.String getLastPostFrom()
Gets a string representing the email address of the person who made the last post in the thread.
Returns:
lastPostFrom

getMessageCount

public int getMessageCount()
Gets the messageCount of the thread.
Returns:
messageCount

getPriority

public java.lang.String getPriority()
Gets the priority of the thread.
Returns:
priority

getSubject

public java.lang.String getSubject()
Gets the subject of the thread.
Returns:
subject

Copyright © 2001, 2006, Oracle. All rights reserved.