|
Oracle Discussions Java API Reference 10g Release 1 (10.1.2) B25496-01 |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
oracle.discussions.sdk.TdMessage | +--oracle.discussions.sdk.TdSearchResultMessage
Represents an individual search result object, returned by oracle discussions search.
TdSearchResult Iterator is returned by the td search and each of the message objects in the iterator is a TdSearchResultMessage.
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.
TdMessage
Fields inherited from class oracle.discussions.sdk.TdMessage |
_evtfac, _evtpub, _flags, _htRb, _logger, _msgInfo, _tdb, _tdBodyInfo, _tdbs, _tdr, _tdsession, s_dmsDelete, s_dmsGetBodyPlainText, s_dmsGetBodyRichText, s_dmsGetContent, s_dmsGetNumberOfReplies, s_dmsGetParent, s_dmsUndelete, s_nMessage |
Method Summary | |
java.lang.String |
getPartialContentWithHighlight() Returns the search results with partial highlighting the search term in the search results. |
int |
getScore() Returns the score of search. |
Method Detail |
public int getScore()
public java.lang.String getPartialContentWithHighlight() throws TdException, javax.mail.MessagingException
|
Oracle Discussions Java API Reference 10g Release 1 (10.1.2) B25496-01 |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |