Uses of Class
it.geosolutions.geonetwork.util.HTTPUtils

Packages that use HTTPUtils
it.geosolutions.geonetwork.op   
 

Uses of HTTPUtils in it.geosolutions.geonetwork.op
 

Methods in it.geosolutions.geonetwork.op with parameters of type HTTPUtils
static void GNMetadataDelete.delete(HTTPUtils connection, String gnServiceURL, long metadataId)
           
static Element GNMetadataGet.get(HTTPUtils connection, String gnServiceURL, Long id)
           
protected static Element GNMetadataGet.get(HTTPUtils connection, String gnServiceURL, Long id, String uuid)
           
static 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 boolean GNLogin.login(HTTPUtils connection, String serviceURL, String username, String password)
           
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)
           
 



Copyright © 2011 GeoSolutions. All Rights Reserved.