|
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 FileHistoryService
File History Service stores info for file transfers from various protocols.
| Method Summary | |
|---|---|
Collection<FileRecord> |
findByEndDate(MetaContact contact,
Date endDate)
Returns all the file transfers made before the given date |
Collection<FileRecord> |
findByKeyword(MetaContact contact,
String keyword)
Returns all the file transfers having the given keyword in the filename |
Collection<FileRecord> |
findByKeyword(MetaContact contact,
String keyword,
boolean caseSensitive)
Returns all the file transfers having the given keyword in the filename |
Collection<FileRecord> |
findByKeywords(MetaContact contact,
String[] keywords)
Returns all the file transfers having the given keywords in the filename |
Collection<FileRecord> |
findByKeywords(MetaContact contact,
String[] keywords,
boolean caseSensitive)
Returns all the file transfershaving the given keywords in the filename |
Collection<FileRecord> |
findByPeriod(MetaContact contact,
Date startDate,
Date endDate)
Returns all the file transfers made between the given dates |
Collection<FileRecord> |
findByPeriod(MetaContact contact,
Date startDate,
Date endDate,
String[] keywords)
Returns all the file transfers made between the given dates and having the given keywords in the filename |
Collection<FileRecord> |
findByPeriod(MetaContact contact,
Date startDate,
Date endDate,
String[] keywords,
boolean caseSensitive)
Returns all the file transfers made between the given dates and having the given keywords in the filename |
Collection<FileRecord> |
findByStartDate(MetaContact contact,
Date startDate)
Returns all the file transfers made after the given date |
Collection<FileRecord> |
findFirstRecordsAfter(MetaContact contact,
Date date,
int count)
Returns the supplied number of recent file transfers after the given date |
Collection<FileRecord> |
findLast(MetaContact contact,
int count)
Returns the supplied number of file transfers |
Collection<FileRecord> |
findLastRecordsBefore(MetaContact contact,
Date date,
int count)
Returns the supplied number of recent file transfers before the given date |
| Method Detail |
|---|
Collection<FileRecord> findByStartDate(MetaContact contact,
Date startDate)
throws RuntimeException
contact - MetaContact the receiver or sender of the filestartDate - Date the start date of the transfers
RuntimeException
Collection<FileRecord> findByEndDate(MetaContact contact,
Date endDate)
throws RuntimeException
contact - MetaContact the receiver or sender of the fileendDate - Date the end date of the transfers
RuntimeException
Collection<FileRecord> findByPeriod(MetaContact contact,
Date startDate,
Date endDate)
throws RuntimeException
contact - MetaContact the receiver or sender of the filestartDate - Date the start date of the transfersendDate - Date the end date of the transfers
RuntimeException
Collection<FileRecord> findByPeriod(MetaContact contact,
Date startDate,
Date endDate,
String[] keywords)
throws RuntimeException
contact - MetaContact the receiver or sender of the filestartDate - Date the start date of the transfersendDate - Date the end date of the transferskeywords - array of keywords
RuntimeException
Collection<FileRecord> findByPeriod(MetaContact contact,
Date startDate,
Date endDate,
String[] keywords,
boolean caseSensitive)
throws RuntimeException
contact - MetaContact the receiver or sender of the filestartDate - Date the start date of the transfersendDate - Date the end date of the transferskeywords - array of keywordscaseSensitive - is keywords search case sensitive
RuntimeException
Collection<FileRecord> findLast(MetaContact contact,
int count)
throws RuntimeException
contact - MetaContact the receiver or sender of the filecount - filetransfer count
RuntimeException
Collection<FileRecord> findByKeyword(MetaContact contact,
String keyword)
throws RuntimeException
contact - MetaContact the receiver or sender of the filekeyword - keyword
RuntimeException
Collection<FileRecord> findByKeyword(MetaContact contact,
String keyword,
boolean caseSensitive)
throws RuntimeException
contact - MetaContact the receiver or sender of the filekeyword - keywordcaseSensitive - is keywords search case sensitive
RuntimeException
Collection<FileRecord> findByKeywords(MetaContact contact,
String[] keywords)
throws RuntimeException
contact - MetaContact the receiver or sender of the filekeywords - keyword
RuntimeException
Collection<FileRecord> findByKeywords(MetaContact contact,
String[] keywords,
boolean caseSensitive)
throws RuntimeException
contact - MetaContact the receiver or sender of the filekeywords - keywordcaseSensitive - is keywords search case sensitive
RuntimeException
Collection<FileRecord> findFirstRecordsAfter(MetaContact contact,
Date date,
int count)
throws RuntimeException
contact - MetaContact the receiver or sender of the filedate - transfers after datecount - transfers count
RuntimeException
Collection<FileRecord> findLastRecordsBefore(MetaContact contact,
Date date,
int count)
throws RuntimeException
contact - MetaContact the receiver or sender of the filedate - transfers before datecount - transfers count
RuntimeException
|
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 | |||||||||