|
Oracle Collaboration Suite Discussions Java API Reference 10g (10.1.1) Part No. B16232-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.discussions.sdk.TdFlag
Enumeration class for the user message flags set by Oracle Discussions in TdMessages.
Oracle discussions elements names have been changed in the webui compared to that of sdk portion. The existing names to the new names mapping is as shown.
Field Summary | |
static TdFlag |
NEW_SINCE_LAST_VISIT Messages with this user flag set have been posted to the board after the last user's visit to the oracle discussions application. |
static TdFlag |
NEW_SINCE_SESSION Messages with this user flag set have been posted to the board after the beginning of the user's session with the oracle discussions application. |
static TdFlag |
THREAD_LOCKED This flag will only apply to the thread A thread with this flag will prevent users other than board moderators to change the content of this thread and its replies |
Method Summary | |
boolean |
equals(java.lang.Object obj) Returns true if the supplied matches this instance. |
java.lang.String |
toString() Returns teh String representation of this flag. |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final TdFlag NEW_SINCE_LAST_VISIT
public static final TdFlag NEW_SINCE_SESSION
public static final TdFlag THREAD_LOCKED
Method Detail |
public boolean equals(java.lang.Object obj)
obj
- teh object to be comparedpublic java.lang.String toString()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |