Uses of Interface
de.fhhannover.inform.trust.ifmapj.messages.SearchResult

Packages that use SearchResult
de.fhhannover.inform.trust.ifmapj.channel This package encapsulates the communication layer of IfmapJ. 
de.fhhannover.inform.trust.ifmapj.messages This package provides classes to represent IF-MAP requests and results that are communicated with an IF-MAP server. 
 

Uses of SearchResult in de.fhhannover.inform.trust.ifmapj.channel
 

Methods in de.fhhannover.inform.trust.ifmapj.channel that return SearchResult
 SearchResult SSRC.search(SearchRequest req)
          Send a search request to the MAPS
 SearchResult SsrcImpl.search(SearchRequest sr)
           
 

Uses of SearchResult in de.fhhannover.inform.trust.ifmapj.messages
 

Methods in de.fhhannover.inform.trust.ifmapj.messages that return SearchResult
static SearchResult Requests.Helpers.parseSearchResult(Element sres, SearchResult.Type type)
           
 

Methods in de.fhhannover.inform.trust.ifmapj.messages that return types with arguments of type SearchResult
 Collection<SearchResult> PollResult.getDeleteResults()
          Deprecated. No ordering enforced. Replace with PollResult.getResults() and getType().
 Collection<SearchResult> PollResult.getNotifyResults()
          Deprecated. No ordering enforced. Replace with PollResult.getResults() and getType().
 List<SearchResult> PollResult.getResults()
           
 Collection<SearchResult> PollResult.getSearchResults()
          Deprecated. No ordering enforced. Replace with PollResult.getResults() and getType().
 Collection<SearchResult> PollResult.getUpdateResults()
          Deprecated. No ordering enforced. Replace with PollResult.getResults() and getType().
 



Copyright © 2012 Trust@FHH. All Rights Reserved.