|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.catalog.arcims.ImsRequest
com.esri.gpt.catalog.arcims.HarvestRequest
com.esri.gpt.catalog.arcims.QueryRequest
public class QueryRequest
Query request.
| Field Summary |
|---|
| Fields inherited from class com.esri.gpt.catalog.arcims.ImsRequest |
|---|
ACTION_STATUS_ERROR, ACTION_STATUS_NONE, ACTION_STATUS_OK, ACTION_STATUS_REPLACED, ACTION_STATUS_UNKNOWN |
| Constructor Summary | |
|---|---|
QueryRequest()
Creates instance of the request. |
|
QueryRequest(UsernamePasswordCredentials credentials)
Creates instance of the request. |
|
| Method Summary | |
|---|---|
void |
execute()
Executes query. |
int |
getMaxRec()
Gets maximum number of records to query. |
Date |
getUpdatedAfterDate()
Gets update date 'after'. |
Date |
getUpdatedBeforeDate()
Gets update date 'before'. |
Set<String> |
getUuids()
Gets selected uuids. |
void |
setMaxRec(int maxRec)
Sets maximum number of records to query. |
void |
setUpdatedAfterDate(Date updatedAfterDate)
Sets update date 'after'. |
void |
setUpdatedBeforeDate(Date updatedBeforeDate)
Sets update date 'before'. |
| Methods inherited from class com.esri.gpt.catalog.arcims.ImsRequest |
|---|
executeRequest, executeRequest, getActionStatus, getAxlRequest, getAxlResponse, getCredentials, getService, makeClient, onEndSaxElement, onStartSaxElement, setActionStatus, setAxlRequest, setAxlResponse, setCredentials, setService, wasActionOK |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryRequest()
public QueryRequest(UsernamePasswordCredentials credentials)
credentials - credentials| Method Detail |
|---|
public int getMaxRec()
0 if no such a
limitpublic void setMaxRec(int maxRec)
maxRec - maximum number of records to query, or 0 if no
such a limitpublic Date getUpdatedAfterDate()
null if no limit setpublic void setUpdatedAfterDate(Date updatedAfterDate)
updatedAfterDate - date or null if no limitpublic Date getUpdatedBeforeDate()
null if no limit setpublic void setUpdatedBeforeDate(Date updatedBeforeDate)
updatedBeforeDate - date or null if no limitpublic Set<String> getUuids()
public void execute()
throws ImsServiceException
ImsServiceException - if error executing query
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||