org.gcube.spatial.data.geonetwork
Interface GeoNetworkReader
- All Known Subinterfaces:
- GeoNetworkPublisher
- All Known Implementing Classes:
- GeoNetwork
public interface GeoNetworkReader
query
it.geosolutions.geonetwork.util.GNSearchResponse query(it.geosolutions.geonetwork.util.GNSearchRequest request)
throws it.geosolutions.geonetwork.exception.GNLibException,
it.geosolutions.geonetwork.exception.GNServerException
- Throws:
it.geosolutions.geonetwork.exception.GNLibException
it.geosolutions.geonetwork.exception.GNServerException
query
it.geosolutions.geonetwork.util.GNSearchResponse query(File fileRequest)
throws it.geosolutions.geonetwork.exception.GNLibException,
it.geosolutions.geonetwork.exception.GNServerException
- Throws:
it.geosolutions.geonetwork.exception.GNLibException
it.geosolutions.geonetwork.exception.GNServerException
getById
org.opengis.metadata.Metadata getById(long id)
throws it.geosolutions.geonetwork.exception.GNLibException,
it.geosolutions.geonetwork.exception.GNServerException,
JAXBException
- Throws:
it.geosolutions.geonetwork.exception.GNLibException
it.geosolutions.geonetwork.exception.GNServerException
JAXBException
getById
org.opengis.metadata.Metadata getById(String UUID)
throws it.geosolutions.geonetwork.exception.GNLibException,
it.geosolutions.geonetwork.exception.GNServerException,
JAXBException
- Throws:
it.geosolutions.geonetwork.exception.GNLibException
it.geosolutions.geonetwork.exception.GNServerException
JAXBException
getByIdAsRawString
String getByIdAsRawString(String UUID)
throws it.geosolutions.geonetwork.exception.GNLibException,
it.geosolutions.geonetwork.exception.GNServerException,
JAXBException
- Throws:
it.geosolutions.geonetwork.exception.GNLibException
it.geosolutions.geonetwork.exception.GNServerException
JAXBException
getConfiguration
Configuration getConfiguration()
login
void login(LoginLevel level)
throws AuthorizationException
- Throws:
AuthorizationException
Copyright © 2013. All Rights Reserved.