Package nl.b3p.csw.client
Class OutputBySearch
- java.lang.Object
-
- nl.b3p.csw.client.Output
-
- nl.b3p.csw.client.OutputBySearch
-
-
Field Summary
-
Fields inherited from class nl.b3p.csw.client.Output
abstractJdomXPath, browseGraphicFileName, cswNameSpace, cswPrefixNameSpace, dateStampJdomXPath, dateTimeStampJdomXPath, defaultAllowedProtocols, defaultProtocol, exceptionName, fileIdentifierElementFilter, gcoNameSpace, gcoPrefixNameSpace, gmdNameSpace, gmdPrefixNameSpace, identificationDateJdomXPath, ISO_19115, ISO_19119, keywordsJdomXPath, log, metadataStandardNameXPath, operatesOnXpath, resourceElementFilter, response, responsibleOrganisationNameJdomXPath, resultElementFilter, schema, srvPrefixNameSpace, titleJdomXPath, urlDatasetNameXPath, xmlDocument
-
-
Constructor Summary
Constructors Constructor Description OutputBySearch(org.jdom2.Document xmlDocument)OutputBySearch(org.jdom2.Document xmlDocument, Schema schema)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigIntegergetNextRecord()BigIntegergetNumberOfRecordsMatched()BigIntegergetNumberOfRecordsReturned()GetRecordsResponsegetResponse()SearchResultsTypegetSearchResultsObject()List<Element>getSearchResultsW3C()protected ClassgetTargetType()booleanisEmpty()-
Methods inherited from class nl.b3p.csw.client.Output
getAbstractText, getBrowseGraphicFileName, getDateStamp, getIdentificationDate, getKeyWords, getKeyWordsAsStringList, getMetadataStandardName, getOperatesOn, getOperatesOnAsStringList, getResourcesFlattened, getResourcesFlattened, getResourcesMap, getResourcesMap, getResourcesMap, getResponsibleOrganisationName, getSearchResults, getSearchResultsString, getTitle, getTransformedXml, getUrlDatasets, getUrlDatasetsAsStringList, getUUID, getUUID, getXml, isMetadataForService, iterator
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
OutputBySearch
public OutputBySearch(org.jdom2.Document xmlDocument)
-
OutputBySearch
public OutputBySearch(org.jdom2.Document xmlDocument, Schema schema)
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
-
getResponse
public GetRecordsResponse getResponse() throws org.jdom2.JDOMException, javax.xml.bind.JAXBException, OwsException
- Overrides:
getResponsein classOutput- Throws:
org.jdom2.JDOMExceptionjavax.xml.bind.JAXBExceptionOwsException
-
getTargetType
protected Class getTargetType()
- Specified by:
getTargetTypein classOutput
-
getSearchResultsObject
public SearchResultsType getSearchResultsObject() throws org.jdom2.JDOMException, javax.xml.bind.JAXBException, OwsException
- Throws:
org.jdom2.JDOMExceptionjavax.xml.bind.JAXBExceptionOwsException
-
getSearchResultsW3C
public List<Element> getSearchResultsW3C() throws org.jdom2.JDOMException, javax.xml.bind.JAXBException, OwsException
- Specified by:
getSearchResultsW3Cin classOutput- Throws:
org.jdom2.JDOMExceptionjavax.xml.bind.JAXBExceptionOwsException
-
getNumberOfRecordsMatched
public BigInteger getNumberOfRecordsMatched() throws org.jdom2.JDOMException, javax.xml.bind.JAXBException, OwsException
- Throws:
org.jdom2.JDOMExceptionjavax.xml.bind.JAXBExceptionOwsException
-
getNumberOfRecordsReturned
public BigInteger getNumberOfRecordsReturned() throws org.jdom2.JDOMException, javax.xml.bind.JAXBException, OwsException
- Throws:
org.jdom2.JDOMExceptionjavax.xml.bind.JAXBExceptionOwsException
-
getNextRecord
public BigInteger getNextRecord() throws org.jdom2.JDOMException, javax.xml.bind.JAXBException, OwsException
- Throws:
org.jdom2.JDOMExceptionjavax.xml.bind.JAXBExceptionOwsException
-
-