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

B25496-01

oracle.discussions.sdk
Interface TdRelatedContent

All Known Subinterfaces:
TdMyFavorites, TdMyFollowups, TdMyPosts

public interface TdRelatedContent

Represents the content which is related to the current user.

This need not necesarily be the content which is posted by this user alone.

Since:
OCS 10.1.1
See Also:
TdThread, TdMessage

Method Summary
 TdIterator getMostRecentPosts()
          Returns the most recent posts related to the current object
 TdIterator getPopularThreads()
          Returns the popular threads related to the current object

 

Method Detail

getPopularThreads

public TdIterator getPopularThreads()
                             throws TdException,
                                    javax.mail.MessagingException
Returns the popular threads related to the current object
Returns:
TdIterator
Throws:
TdException -  
MessagingException -  

getMostRecentPosts

public TdIterator getMostRecentPosts()
                              throws TdException,
                                     javax.mail.MessagingException
Returns the most recent posts related to the current object
Returns:
TdIterator
Throws:
TdException -  
MessagingException -  

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

B25496-01

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