Uses of Class
it.geosolutions.geonetwork.exception.GNLibException

Packages that use GNLibException
it.geosolutions.geonetwork   
it.geosolutions.geonetwork.op   
 

Uses of GNLibException in it.geosolutions.geonetwork
 

Methods in it.geosolutions.geonetwork that throw GNLibException
 void GNClient.deleteMetadata(long id)
           
 org.jdom.Element GNClient.get(Long id)
           
 org.jdom.Element GNClient.get(String uuid)
           
 long GNClient.insertMetadata(GNInsertConfiguration cfg, File metadataFile)
          Facade for GNMetadataInsert.insertMetadata(HTTPUtils, String, File, GNInsertConfiguration)
 long GNClient.insertRequest(File requestFile)
          Facade for GNMetadataInsert.insertRequest((HTTPUtils connection, String gnServiceURL, File inputFile))
 GNSearchResponse GNClient.search(File fileRequest)
           
 GNSearchResponse GNClient.search(GNSearchRequest searchRequest)
           
 void GNClient.setPrivileges(long metadataId, GNPrivConfiguration cfg)
          Facade for GNMetadataAdmin.setPriv(it.geosolutions.geonetwork.util.HTTPUtils, java.lang.String, long, it.geosolutions.geonetwork.util.GNPrivConfiguration)
 void GNClient.updateMetadata(long id, File metadataFile)
           
 

Uses of GNLibException in it.geosolutions.geonetwork.op
 

Methods in it.geosolutions.geonetwork.op that throw GNLibException
static void GNMetadataDelete.delete(HTTPUtils connection, String gnServiceURL, long metadataId)
           
static org.jdom.Element GNMetadataGet.get(HTTPUtils connection, String gnServiceURL, Long id)
           
static String GNMetadataGetVersion.get(HTTPUtils connection, String gnServiceURL, Long id)
           
protected static org.jdom.Element GNMetadataGet.get(HTTPUtils connection, String gnServiceURL, Long id, String uuid)
           
static org.jdom.Element GNMetadataGet.get(HTTPUtils connection, String gnServiceURL, String uuid)
           
static long GNMetadataInsert.insertMetadata(HTTPUtils connection, String gnServiceURL, File inputFile, GNInsertConfiguration cfg)
          Insert a raw metadata document in GN.
The full GN request is built using GNInsertConfiguration.
static long GNMetadataInsert.insertRequest(HTTPUtils connection, String gnServiceURL, File inputFile)
          Insert a metadata using a request as required by geonetwork.
Required params should be already provided in inputfile.
static GNSearchResponse GNMetadataSearch.search(HTTPUtils connection, String gnServiceURL, File fileRequest)
           
static GNSearchResponse GNMetadataSearch.search(HTTPUtils connection, String gnServiceURL, GNSearchRequest searchRequest)
           
static void GNMetadataAdmin.setPriv(HTTPUtils connection, String gnServiceURL, long metadataId, GNPrivConfiguration cfg)
           
static void GNMetadataUpdate.update(HTTPUtils connection, String gnServiceURL, Long id, String version, File inputFile)
           
 



Copyright © 2011-2012 GeoSolutions. All Rights Reserved.