Esri Geoportal Server
1.2.0

com.esri.gpt.catalog.arcgis.agportal.client
Class SearchClient.SearchResult

java.lang.Object
  extended by com.esri.gpt.catalog.arcgis.agportal.client.SearchClient.SearchResult
Enclosing class:
SearchClient

public final class SearchClient.SearchResult
extends Object

Search result.


Constructor Summary
SearchClient.SearchResult(SearchClient.SearchParams nextParams, List<ESRI_ItemInformation> items)
          Creates instance of the search result.
 
Method Summary
 List<ESRI_ItemInformation> getItems()
          Gets items.
 SearchClient.SearchResult next()
          Continues search beginning from the end of last search.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchClient.SearchResult

public SearchClient.SearchResult(SearchClient.SearchParams nextParams,
                                 List<ESRI_ItemInformation> items)
Creates instance of the search result.

Parameters:
nextParams - search parameters for the next chunk of the search result
items - current items
Method Detail

getItems

public List<ESRI_ItemInformation> getItems()
Gets items.

Returns:
list of items

next

public SearchClient.SearchResult next()
                               throws IOException
Continues search beginning from the end of last search.

Returns:
search result
Throws:
IOException

Esri Geoportal Server
1.2.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.