|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InteractiveHistoryReader
The InteractiveHistoryReader allows to search in the history in an interactive way, i.e. be able to cancel the search at any time and track the results through a HistoryQueryListener.
| Method Summary | |
|---|---|
HistoryQuery |
findByKeyword(String keyword,
String field,
int recordCount)
Searches the history for all records containing the keyword. |
HistoryQuery |
findByKeywords(String[] keywords,
String field,
int recordCount)
Searches the history for all records containing all keywords. |
| Method Detail |
|---|
HistoryQuery findByKeywords(String[] keywords,
String field,
int recordCount)
keywords - array of keywords we search forfield - the field where to look for the keywordrecordCount - limits the result to this record count
RuntimeException - Thrown if an exception occurs during the execution of the
query, such as internal IO error.
HistoryQuery findByKeyword(String keyword,
String field,
int recordCount)
keyword - the keyword to search forfield - the field where to look for the keywordrecordCount - limits the result to this record count
RuntimeException - Thrown if an exception occurs during the execution of the
query, such as internal IO error.
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||