|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.server.csw.provider.components.QueryOptions
public class QueryOptions
Options associated with a CSW query request.
Applies to the GetRecordById and GetRecords operations.
Constructor Summary | |
---|---|
QueryOptions()
Default constructor |
Method Summary | |
---|---|
StringSet |
getElementNames()
Gets the requested response element names (specific returnables). |
String |
getElementSetType()
Gets the response element set type (brief,summary,full). |
StringSet |
getElementSetTypeNames()
Gets the type names specified for the element set type. |
StringSet |
getIDs()
Gets the requested IDs. |
int |
getMaxRecords()
Gets the maximum number of records to return. |
int |
getMaxRecordsThreshold()
Gets the threshold for the maximum number of record to return. |
String |
getOutputSchema()
Gets the requested output XML schema. |
String |
getQueryConstraintCql()
Gets the query constraint CQL text. |
String |
getQueryConstraintVersion()
Gets the query constraint version. |
StringSet |
getQueryTypeNames()
Gets the type names specified for the query. |
String |
getResultType()
Gets the query result type (hits,results,validate). |
String |
getSchemaFilter()
Gets the schema name query filter. |
int |
getStartRecord()
Gets the starting record. |
boolean |
isDublinCoreResponse()
Determines if the response is Dublin Core based. |
void |
setElementNames(StringSet elementNames)
Sets the requested response element names (specific returnables). |
void |
setElementSetType(String elementSetType)
Sets the response element set type (brief,summary,full). |
void |
setElementSetTypeNames(StringSet elementSetTypeNames)
Sets the type names specified for the element set type. |
void |
setIDs(StringSet ids)
Sets the requested IDs. |
void |
setMaxRecords(int maxRecords)
Sets the maximum number of records to return. |
void |
setMaxRecordsThreshold(int maxRecordsThreshold)
Sets the threshold for the maximum number of record to return. |
void |
setOutputSchema(String outputSchema)
Sets the requested output XML schema. |
void |
setQueryConstraintCql(String cql)
Sets the query constraint CQL text. |
void |
setQueryConstraintVersion(String version)
Sets the query constraint version |
void |
setQueryTypeNames(StringSet queryTypeNames)
Sets the type names specified for the query. |
void |
setResultType(String resultType)
Sets the query result type (hits,results,validate). |
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 |
Constructor Detail |
---|
public QueryOptions()
Method Detail |
---|
public StringSet getElementNames()
public void setElementNames(StringSet elementNames)
elementNames
- the element namespublic String getElementSetType()
public void setElementSetType(String elementSetType)
elementSetType
- the element set typepublic StringSet getElementSetTypeNames()
public void setElementSetTypeNames(StringSet elementSetTypeNames)
elementSetTypeNames
- the element set type namespublic StringSet getIDs()
public void setIDs(StringSet ids)
ids
- the IDspublic int getMaxRecords()
public void setMaxRecords(int maxRecords)
maxRecords
- maximum number of records to returnpublic int getMaxRecordsThreshold()
public void setMaxRecordsThreshold(int maxRecordsThreshold)
maxRecordsThreshold
- the maximum number of records threshholdpublic String getOutputSchema()
public void setOutputSchema(String outputSchema)
outputSchema
- the output schemapublic String getQueryConstraintCql()
public void setQueryConstraintCql(String cql)
cql
- the query constraint CQLpublic String getQueryConstraintVersion()
public void setQueryConstraintVersion(String version)
version
- the query constraint versionpublic StringSet getQueryTypeNames()
public void setQueryTypeNames(StringSet queryTypeNames)
queryTypeNames
- the query type namespublic String getResultType()
public void setResultType(String resultType)
resultType
- the result typepublic String getSchemaFilter()
public int getStartRecord()
public void setStartRecord(int startRecord)
startRecord
- the starting recordpublic boolean isDublinCoreResponse()
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |