org.gcube.spatial.data.geonetwork
Interface GeoNetworkReader

All Known Subinterfaces:
GeoNetworkPublisher
All Known Implementing Classes:
GeoNetwork

public interface GeoNetworkReader


Method Summary
 org.opengis.metadata.Metadata getById(long id)
           
 org.opengis.metadata.Metadata getById(String UUID)
           
 String getByIdAsRawString(String UUID)
           
 Configuration getConfiguration()
           
 void login()
           
 it.geosolutions.geonetwork.util.GNSearchResponse query(File fileRequest)
           
 it.geosolutions.geonetwork.util.GNSearchResponse query(it.geosolutions.geonetwork.util.GNSearchRequest request)
           
 

Method Detail

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()
           throws AuthorizationException
Throws:
AuthorizationException


Copyright © 2013. All Rights Reserved.