Interface GeoNetworkReader
- All Known Subinterfaces:
GeoNetworkAdministration,GeoNetworkPublisher
- All Known Implementing Classes:
GeoNetwork
public interface GeoNetworkReader
-
Method Summary
Modifier and TypeMethodDescriptionorg.opengis.metadata.MetadatagetById(long id) org.opengis.metadata.MetadatagetByIdAsRawString(String UUID) it.geosolutions.geonetwork.op.gn3.GN3MetadataGetInfo.MetadataInfoit.geosolutions.geonetwork.op.gn3.GN3MetadataGetInfo.MetadataInfovoidlogin(LoginLevel level) voidlogout()it.geosolutions.geonetwork.util.GNSearchResponsequery(it.geosolutions.geonetwork.util.GNSearchRequest request) it.geosolutions.geonetwork.util.GNSearchResponse
-
Method Details
-
query
it.geosolutions.geonetwork.util.GNSearchResponse query(it.geosolutions.geonetwork.util.GNSearchRequest request) throws it.geosolutions.geonetwork.exception.GNLibException, it.geosolutions.geonetwork.exception.GNServerException, MissingServiceEndpointException - Throws:
it.geosolutions.geonetwork.exception.GNLibExceptionit.geosolutions.geonetwork.exception.GNServerExceptionMissingServiceEndpointException
-
query
it.geosolutions.geonetwork.util.GNSearchResponse query(File fileRequest) throws it.geosolutions.geonetwork.exception.GNLibException, it.geosolutions.geonetwork.exception.GNServerException, MissingServiceEndpointException - Throws:
it.geosolutions.geonetwork.exception.GNLibExceptionit.geosolutions.geonetwork.exception.GNServerExceptionMissingServiceEndpointException
-
getById
org.opengis.metadata.Metadata getById(long id) throws it.geosolutions.geonetwork.exception.GNLibException, it.geosolutions.geonetwork.exception.GNServerException, javax.xml.bind.JAXBException, MissingServiceEndpointException - Throws:
it.geosolutions.geonetwork.exception.GNLibExceptionit.geosolutions.geonetwork.exception.GNServerExceptionjavax.xml.bind.JAXBExceptionMissingServiceEndpointException
-
getById
org.opengis.metadata.Metadata getById(String UUID) throws it.geosolutions.geonetwork.exception.GNLibException, it.geosolutions.geonetwork.exception.GNServerException, javax.xml.bind.JAXBException, MissingServiceEndpointException - Throws:
it.geosolutions.geonetwork.exception.GNLibExceptionit.geosolutions.geonetwork.exception.GNServerExceptionjavax.xml.bind.JAXBExceptionMissingServiceEndpointException
-
getByIdAsRawString
String getByIdAsRawString(String UUID) throws it.geosolutions.geonetwork.exception.GNLibException, it.geosolutions.geonetwork.exception.GNServerException, javax.xml.bind.JAXBException, MissingServiceEndpointException - Throws:
it.geosolutions.geonetwork.exception.GNLibExceptionit.geosolutions.geonetwork.exception.GNServerExceptionjavax.xml.bind.JAXBExceptionMissingServiceEndpointException
-
getConfiguration
Configuration getConfiguration() -
login
void login(LoginLevel level) throws AuthorizationException, MissingServiceEndpointException, MissingConfigurationException -
logout
- Throws:
MissingServiceEndpointException
-
getInfo
it.geosolutions.geonetwork.op.gn3.GN3MetadataGetInfo.MetadataInfo getInfo(Long id) throws it.geosolutions.geonetwork.exception.GNLibException, it.geosolutions.geonetwork.exception.GNServerException, MissingServiceEndpointException - Throws:
it.geosolutions.geonetwork.exception.GNLibExceptionit.geosolutions.geonetwork.exception.GNServerExceptionMissingServiceEndpointException
-
getInfo
it.geosolutions.geonetwork.op.gn3.GN3MetadataGetInfo.MetadataInfo getInfo(String uuid) throws it.geosolutions.geonetwork.exception.GNLibException, it.geosolutions.geonetwork.exception.GNServerException, MissingServiceEndpointException - Throws:
it.geosolutions.geonetwork.exception.GNLibExceptionit.geosolutions.geonetwork.exception.GNServerExceptionMissingServiceEndpointException
-