it.geosolutions.geonetwork.op
Class GNMetadataGet

java.lang.Object
  extended by it.geosolutions.geonetwork.op.GNMetadataGet

public class GNMetadataGet
extends Object

The xml.metadata.get service can be used to retrieve a metadata record stored in GeoNetwork.

Author:
ETj (etj at geo-solutions.it)

Constructor Summary
GNMetadataGet()
           
 
Method Summary
protected static Element buildRequest(Long id, String uuid)
           
static Element get(HTTPUtils connection, String gnServiceURL, Long id)
           
protected static Element get(HTTPUtils connection, String gnServiceURL, Long id, String uuid)
           
static Element get(HTTPUtils connection, String gnServiceURL, String uuid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GNMetadataGet

public GNMetadataGet()
Method Detail

get

public static Element get(HTTPUtils connection,
                          String gnServiceURL,
                          Long id)
                   throws GNLibException,
                          GNServerException
Throws:
GNLibException
GNServerException

get

public static Element get(HTTPUtils connection,
                          String gnServiceURL,
                          String uuid)
                   throws GNLibException,
                          GNServerException
Throws:
GNLibException
GNServerException

get

protected static Element get(HTTPUtils connection,
                             String gnServiceURL,
                             Long id,
                             String uuid)
                      throws GNLibException,
                             GNServerException
Throws:
GNLibException
GNServerException

buildRequest

protected static Element buildRequest(Long id,
                                      String uuid)


Copyright © 2011-2012 GeoSolutions. All Rights Reserved.