Oracle Discussions Java API Reference
10g Release 1 (10.1.2)

B25496-01

oracle.discussions.sdk
Class TdFlag

java.lang.Object
  |
  +--oracle.discussions.sdk.TdFlag

public class TdFlag
extends java.lang.Object

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.

Since:
OCS 10.1.1

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
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

NEW_SINCE_LAST_VISIT

public static final 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.

NEW_SINCE_SESSION

public static final 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.

THREAD_LOCKED

public static final 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 Detail

equals

public boolean equals(java.lang.Object obj)
Returns true if the supplied matches this instance.
Overrides:
equals in class java.lang.Object
Parameters:
obj - teh object to be compared
Returns:
boolean, the result status of the comparison.

toString

public java.lang.String toString()
Returns teh String representation of this flag.
Overrides:
toString in class java.lang.Object
Returns:
String

Oracle Discussions Java API Reference
10g Release 1 (10.1.2)

B25496-01

Copyright © 2002, 2005, Oracle. All rights reserved.