Uses of Class
org.openprivacy.reptile.search.SearchRecord

Packages that use SearchRecord
org.openprivacy.reptile.search   
org.openprivacy.reptile.search.impl   
org.openprivacy.reptile.services   
 

Uses of SearchRecord in org.openprivacy.reptile.search
 

Methods in org.openprivacy.reptile.search with parameters of type SearchRecord
 void RemoteSearchProvider.addSearchRecord(SearchRecord record)
          Add a found SearchResult to this RemoteSearchProvider.
 void SearchProvider.record(SearchRecord record)
           Get the given SearchRecord from this SearchProvider.
 

Uses of SearchRecord in org.openprivacy.reptile.search.impl
 

Methods in org.openprivacy.reptile.search.impl with parameters of type SearchRecord
 void WeblogSearchProvider.record(SearchRecord record)
           
 void TaskLogSearchProvider.record(SearchRecord record)
           
 void PeerSearchProvider.record(SearchRecord record)
           
 void ChannelSearchProvider.record(SearchRecord record)
           
 void ArticleSearchProvider.record(SearchRecord record)
           
 

Uses of SearchRecord in org.openprivacy.reptile.services
 

Methods in org.openprivacy.reptile.services that return SearchRecord
 SearchRecord[] ReptileSearchService.records(java.lang.String handle, int begin, int end)
          Get the give records and return them as an array of SearchRecords.