|
Esri Geoportal Server 1.0
|
||||||||
| 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.HarvestMetadataRequest
public class HarvestMetadataRequest
Harvest metadata 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 | |
|---|---|
HarvestMetadataRequest()
Creates instance of the request. |
|
HarvestMetadataRequest(UsernamePasswordCredentials credentials)
Creates instance of the request. |
|
| Method Summary | |
|---|---|
void |
executeHarvest(String sourceUri)
Harvests single metadata. |
String |
getMetadata()
Gets metadata. |
| 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 HarvestMetadataRequest()
public HarvestMetadataRequest(UsernamePasswordCredentials credentials)
credentials - credentials| Method Detail |
|---|
public String getMetadata()
null if metadata not available
public void executeHarvest(String sourceUri)
throws ImsServiceException
sourceUri - metadata URI
ImsServiceException - if harvest failed
|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||