|
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.SearchParams
public final class SearchClient.SearchParams
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 |
---|
public SearchClient.SearchParams(String q, int num, int start)
q
- query stringnum
- number of records to fetchstart
- number of the first record to fetchMethod Detail |
---|
public String getQuery()
public int getNum()
public int getStart()
|
Esri Geoportal Server 1.2.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |