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
 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))
 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)
 

Uses of GNLibException in it.geosolutions.geonetwork.op
 

Methods in it.geosolutions.geonetwork.op that throw GNLibException
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 void GNMetadataAdmin.setPriv(HTTPUtils connection, String gnServiceURL, long metadataId, GNPrivConfiguration cfg)
           
 



Copyright © 2011 GeoSolutions. All Rights Reserved.