|
Esri Geoportal Server 1.2.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.gpt.catalog.arcgis.agportal.client.SearchClient.SearchResult
public final class SearchClient.SearchResult
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 |
---|
public SearchClient.SearchResult(SearchClient.SearchParams nextParams, List<ESRI_ItemInformation> items)
nextParams
- search parameters for the next chunk of the search resultitems
- current itemsMethod Detail |
---|
public List<ESRI_ItemInformation> getItems()
public SearchClient.SearchResult next() throws IOException
IOException
|
Esri Geoportal Server 1.2.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |