|
ArcGIS Server Geoportal extension 10
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.gpt.control.csw.inbound202.RetrievalOptions
public class RetrievalOptions
Defines the basic retrieval options associated with a query.
By default the options is instantiated with:
Field Summary | |
---|---|
static int |
THRESHOLD_MAXRECORDS
The threshold for the maximum number of record to return = 5000 |
Constructor Summary | |
---|---|
RetrievalOptions()
Deprecated. use RetrievalOptions(RequestContext) |
|
RetrievalOptions(RequestContext requestContext)
Constructs with an associated request context. |
Method Summary | |
---|---|
void |
echo(StringBuffer sb)
Appends property information for the component to a StringBuffer. |
String |
getBaseContextPath()
Gets the base context path associated with an active HTTP request. |
String |
getBaseURL()
Gets the base URL used for call back functions. |
ElementSet |
getElementSet()
Gets the response element set. |
int |
getMaxRecords()
Gets the maximum number of records to return. |
String |
getOutputFormat()
Gets the media type of the response message. |
String |
getOutputSchema()
Gets the preferred schema for records in the result set. |
String |
getRequestId()
Gets the client supplied request id. |
ResultType |
getResultType()
Gets the result type. |
int |
getStartRecord()
Gets the starting record. |
void |
setBaseURL(String baseURL)
Sets the base URL used for call back functions. |
void |
setElementSetType(ElementSet elementSet)
Sets the response element set. |
void |
setMaxRecords(int maxRecords)
Sets the maximum number of records to return. |
void |
setOutputFormat(String outputFormat)
Sets the media type of the response message. |
void |
setOutputSchema(String outputSchema)
Sets the preferred schema for records in the result set. |
void |
setRequestId(String id)
Sets the client supplied request id. |
void |
setResultType(ResultType resultType)
Sets the result type. |
void |
setStartRecord(int startRecord)
Sets the starting record. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int THRESHOLD_MAXRECORDS
Constructor Detail |
---|
public RetrievalOptions()
RetrievalOptions(RequestContext)
public RetrievalOptions(RequestContext requestContext)
requestContext
- the request contextMethod Detail |
---|
public String getBaseContextPath()
public String getBaseURL()
public void setBaseURL(String baseURL)
baseURL
- the base URLpublic ElementSet getElementSet()
public void setElementSetType(ElementSet elementSet)
elementSet
- the element setpublic int getMaxRecords()
public void setMaxRecords(int maxRecords)
maxRecords
- maximum number of records to returnpublic String getOutputSchema()
public void setOutputSchema(String outputSchema)
outputSchema
- the preferred output schemapublic String getOutputFormat()
public void setOutputFormat(String outputFormat)
outputFormat
- media type of the responsepublic String getRequestId()
public void setRequestId(String id)
id
- the client supplied request idpublic ResultType getResultType()
public void setResultType(ResultType resultType)
resultType
- the result typepublic int getStartRecord()
public void setStartRecord(int startRecord)
startRecord
- the starting recordpublic void echo(StringBuffer sb)
sb
- the StringBuffer to use when appending information
|
ArcGIS Server Geoportal extension 10
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |