|
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.discovery.DiscoveryComponent
com.esri.gpt.catalog.discovery.DiscoveryQuery
com.esri.gpt.catalog.discovery.rest.RestQuery
public class RestQuery
Represents a discovery query to be performed through a rest interface.
| Constructor Summary | |
|---|---|
RestQuery()
Default constructor. |
|
| Method Summary | |
|---|---|
String |
getCswProfile()
Gets CSW endpoint profile. |
String |
getCswUrl()
Gets CSW endpoint URL. |
String |
getMoreUrl()
Gets URL to more results. |
String |
getRepositoryId()
Gets the ID of the repository to search. |
String |
getResponseFormat()
Gets the specified response format. |
String |
getResponseGeometry()
Gets the specified response geometry format. |
String |
getResponseStyle()
Gets the specified response style parameter. |
String |
getResponseTarget()
Gets the specified response target (i.e. |
String |
getRssProviderUrl()
Gets a URL suitable for use as the RSS provider. |
String |
getRssSourceUrl()
Gets a URL suitable for use as the RSS source. |
void |
setCswProfile(String rssCswProfile)
Sets CSW endpoint profile. |
void |
setCswUrl(String rssCswUrl)
Sets CSW endpoint URL. |
void |
setMoreUrl(String rssMoreUrl)
Sets URL to more results. |
void |
setRepositoryId(String repositoryId)
Sets the ID of the repository to search. |
void |
setResponseFormat(String format)
Sets the specified response format. |
void |
setResponseGeometry(String format)
Sets the specified response geometry format. |
void |
setResponseStyle(String style)
Sets the specified response style parameter. |
void |
setResponseTarget(String target)
Sets the specified response target (i.e. |
void |
setRssProviderUrl(String url)
Sets a URL suitable for use as the RSS provider. |
void |
setRssSourceUrl(String url)
Sets a URL suitable for use as the RSS source. |
| Methods inherited from class com.esri.gpt.catalog.discovery.DiscoveryQuery |
|---|
echo, getFilter, getResult, getReturnables, getSortables, setFilter, setReturnables, setSortables |
| Methods inherited from class com.esri.gpt.catalog.discovery.DiscoveryComponent |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RestQuery()
| Method Detail |
|---|
public String getRepositoryId()
public void setRepositoryId(String repositoryId)
repositoryId - the repository IDpublic String getCswUrl()
public void setCswUrl(String rssCswUrl)
rssCswUrl - CSW endpoint URLpublic String getCswProfile()
public void setCswProfile(String rssCswProfile)
rssCswProfile - CSW endpoint profilepublic String getResponseFormat()
public void setResponseFormat(String format)
format - the response formatpublic String getResponseGeometry()
public void setResponseGeometry(String format)
format - the response geometry formatpublic String getResponseStyle()
public void setResponseStyle(String style)
style - the response stylepublic String getResponseTarget()
public void setResponseTarget(String target)
target - the response targetpublic String getRssProviderUrl()
public void setRssProviderUrl(String url)
url - the RSS provider URLpublic String getRssSourceUrl()
public void setRssSourceUrl(String url)
url - the RSS source URLpublic String getMoreUrl()
public void setMoreUrl(String rssMoreUrl)
rssMoreUrl - URL to more results
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||