it.geosolutions.geonetwork.op
Class GNMetadataGet
java.lang.Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GNMetadataGet
public GNMetadataGet()
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.