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