|
Oracle Collaboration Suite Discussions Web Services Java API Reference 10g (10.1.2.2) Part No. B28210-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.discussions.ws.beans.SearchTerm
Represents the search configuration. Defines the query criteria for a search in Oracle Discussions. User can scope the search, by providing options in the search term bean.
Constructor Summary | |
SearchTerm() Default constructor |
Method Summary | |
void |
setAuthor(java.lang.String name) Sets the author nickname to search for. |
void |
setDateRange(int range) Sets the date range for search. |
void |
setHasAttachments(boolean bool) Sets if the search criteria included attachments. |
void |
setKeyword(java.lang.String kwd) Sets the search keyword. |
void |
setMinimalMessageSize(int size) Sets the search criteria for minimal msg size only msgs with size >= specified size are searched. |
void |
setMinimalNumberOfReplies(int number) Sets the search criteria for number of replies. |
void |
setStartDate(java.util.Calendar startDt) Sets the search criterion start date. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SearchTerm()
Method Detail |
public void setKeyword(java.lang.String kwd)
kwd
- - Search keywordpublic void setAuthor(java.lang.String name)
name
- - Author's nicknamepublic void setStartDate(java.util.Calendar startDt)
startDt
- - Start date for searchpublic void setMinimalNumberOfReplies(int number)
number
- - Min number of replies.public void setMinimalMessageSize(int size)
size
- - Message sizepublic void setHasAttachments(boolean bool)
bool
- - Indicates if the search criteria includes attachments.public void setDateRange(int range)
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |