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

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

Uses of HTTPUtils in it.geosolutions.geonetwork
 

Methods in it.geosolutions.geonetwork that return HTTPUtils
protected  HTTPUtils GNClient.getConnection()
           
 

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 String GNMetadataGetVersion.get(HTTPUtils connection, String gnServiceURL, Long id)
           
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.
static long GNMetadataInsert.insertRequest(HTTPUtils connection, String gnServiceURL, File inputFile)
          Insert a metadata using a request as required by geonetwork.
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)
           
static void GNMetadataUpdate.update(HTTPUtils connection, String gnServiceURL, Long id, String version, File inputFile)
           
 



Copyright © 2011-2012 GeoSolutions. All Rights Reserved.