Oracle Collaboration Suite Discussions Java API Reference
10g (10.1.1)

Part No. B16232-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.java, TdMessage.java

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
javax.mail.MessagingException

getMostRecentPosts

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

Copyright © 2005, Oracle. All rights reserved.