|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use GetRecords | |
---|---|
org.deegree.services.csw.exporthandling | |
org.deegree.services.csw.getrecords |
Uses of GetRecords in org.deegree.services.csw.exporthandling |
---|
Methods in org.deegree.services.csw.exporthandling with parameters of type GetRecords | |
---|---|
void |
GetRecordsHandler.doGetRecords(GetRecords getRec,
HttpResponseBuffer response,
MetadataStore<?> store)
Preprocessing for the export of a GetRecords request |
protected void |
GetRecordsHandler.exportSearchResults202(XMLStreamWriter writer,
GetRecords getRec,
MetadataStore<?> store)
Exports the result container that contains the requested elements |
Uses of GetRecords in org.deegree.services.csw.getrecords |
---|
Methods in org.deegree.services.csw.getrecords that return GetRecords | |
---|---|
static GetRecords |
GetRecordsKVPAdapter.parse(Map<String,String> normalizedKVPParams,
String defaultOutputFormat,
String defaultOutputSchema)
Parses the GetRecords kvp request and decides which version has to parse because of the requested version |
GetRecords |
AbstractGetRecordsXMLAdapter.parse(Version version,
String defaultOutputFormat,
String defaultOutputSchema)
Parses the GetRecords XML request by deciding which version has to be parsed because of the requested
version. |
protected abstract GetRecords |
AbstractGetRecordsXMLAdapter.parseSubElements(org.apache.axiom.om.OMElement holeRequest,
CSWConstants.ResultType resultType,
int maxRecords,
int startPosition,
String outputFormat,
String requestId,
URI outputSchema,
List<org.apache.axiom.om.OMElement> getRecordsChildElements)
|
protected GetRecords |
GetRecordsXMLAdapter.parseSubElements(org.apache.axiom.om.OMElement holeRequest,
CSWConstants.ResultType resultType,
int maxRecords,
int startPosition,
String outputFormat,
String requestId,
URI outputSchema,
List<org.apache.axiom.om.OMElement> getRecordsChildElements)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |