Esri Geoportal Server
1.2.0

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

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

public final class SearchClient.SearchParams
extends Object

Search parameters.


Constructor Summary
SearchClient.SearchParams(String q, int num, int start)
          Creates instance of search parameters.
 
Method Summary
 int getNum()
          Gets number of records to fetch.
 String getQuery()
          Gets query string.
 int getStart()
          Gets number of the first record to fetch.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchClient.SearchParams

public SearchClient.SearchParams(String q,
                                 int num,
                                 int start)
Creates instance of search parameters.

Parameters:
q - query string
num - number of records to fetch
start - number of the first record to fetch
Method Detail

getQuery

public String getQuery()
Gets query string.

Returns:
query string

getNum

public int getNum()
Gets number of records to fetch.

Returns:
number of records to fetch

getStart

public int getStart()
Gets number of the first record to fetch.

Returns:
number of the first record to fetch

Esri Geoportal Server
1.2.0

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