A D E G H I L P S V

A

addPrivileges(Integer, String) - Method in class it.geosolutions.geonetwork.util.GNPrivConfiguration
 
addPrivileges(Integer, EnumSet<GNPriv>) - Method in class it.geosolutions.geonetwork.util.GNPrivConfiguration
 

D

delete(String) - Method in class it.geosolutions.geonetwork.util.HTTPUtils
 

E

exists(String) - Method in class it.geosolutions.geonetwork.util.HTTPUtils
Used to query for REST resources.

G

get(int) - Static method in enum it.geosolutions.geonetwork.util.GNPriv
 
get(String) - Method in class it.geosolutions.geonetwork.util.HTTPUtils
Performs an HTTP GET on the given URL.
getCategory() - Method in class it.geosolutions.geonetwork.util.GNInsertConfiguration
 
getGroup() - Method in class it.geosolutions.geonetwork.util.GNInsertConfiguration
 
getGroup() - Method in class it.geosolutions.geonetwork.util.GNPrivConfiguration.Privileges
 
getId() - Method in enum it.geosolutions.geonetwork.util.GNPriv
 
getLastHttpStatus() - Method in class it.geosolutions.geonetwork.util.HTTPUtils
 
getOps() - Method in class it.geosolutions.geonetwork.util.GNPrivConfiguration.Privileges
 
getPrivileges() - Method in class it.geosolutions.geonetwork.util.GNPrivConfiguration
 
getStyleSheet() - Method in class it.geosolutions.geonetwork.util.GNInsertConfiguration
 
getValidate() - Method in class it.geosolutions.geonetwork.util.GNInsertConfiguration
 
GNClient - Class in it.geosolutions.geonetwork
Facade for the various GN operations
GNClient(String) - Constructor for class it.geosolutions.geonetwork.GNClient
 
GNException - Exception in it.geosolutions.geonetwork.exception
 
GNException(String, Throwable) - Constructor for exception it.geosolutions.geonetwork.exception.GNException
 
GNException(String) - Constructor for exception it.geosolutions.geonetwork.exception.GNException
 
GNInsertConfiguration - Class in it.geosolutions.geonetwork.util
 
GNInsertConfiguration() - Constructor for class it.geosolutions.geonetwork.util.GNInsertConfiguration
 
GNInsertConfiguration(String, String, String, Boolean) - Constructor for class it.geosolutions.geonetwork.util.GNInsertConfiguration
 
GNLibException - Exception in it.geosolutions.geonetwork.exception
 
GNLibException(String) - Constructor for exception it.geosolutions.geonetwork.exception.GNLibException
 
GNLibException(String, Throwable) - Constructor for exception it.geosolutions.geonetwork.exception.GNLibException
 
GNLogin - Class in it.geosolutions.geonetwork.op
Perform a GN login.
GN auth is carried out via a JSESSIONID cookie returned by a successful login call.
Url: http://server:port/geonetwork/srv/en/xml.user.login Mime-type: application/xml Post request:
GNLogin() - Constructor for class it.geosolutions.geonetwork.op.GNLogin
 
GNMetadataAdmin - Class in it.geosolutions.geonetwork.op
The metadata.admin service updates the operations allowed for a metadata with the list of operations allowed send in the parameters, deleting all the operations allowed assigned previously.
GNMetadataAdmin() - Constructor for class it.geosolutions.geonetwork.op.GNMetadataAdmin
 
GNMetadataInsert - Class in it.geosolutions.geonetwork.op
Insert metadata
GNMetadataInsert() - Constructor for class it.geosolutions.geonetwork.op.GNMetadataInsert
 
GNPriv - Enum in it.geosolutions.geonetwork.util
Operation privileges as required by GeoNetwork.
GNPrivConfiguration - Class in it.geosolutions.geonetwork.util
 
GNPrivConfiguration() - Constructor for class it.geosolutions.geonetwork.util.GNPrivConfiguration
 
GNPrivConfiguration.Privileges - Class in it.geosolutions.geonetwork.util
 
GNPrivConfiguration.Privileges(Integer, String) - Constructor for class it.geosolutions.geonetwork.util.GNPrivConfiguration.Privileges
 
GNServerException - Exception in it.geosolutions.geonetwork.exception
 
GNServerException(String) - Constructor for exception it.geosolutions.geonetwork.exception.GNServerException
 
GNServerException(String, Throwable) - Constructor for exception it.geosolutions.geonetwork.exception.GNServerException
 

H

httpPing(String) - Method in class it.geosolutions.geonetwork.util.HTTPUtils
 
HTTPUtils - Class in it.geosolutions.geonetwork.util
Low level HTTP utilities.
HTTPUtils() - Constructor for class it.geosolutions.geonetwork.util.HTTPUtils
 
HTTPUtils(String, String) - Constructor for class it.geosolutions.geonetwork.util.HTTPUtils
 

I

insertMetadata(GNInsertConfiguration, File) - Method in class it.geosolutions.geonetwork.GNClient
Facade for GNMetadataInsert.insertMetadata(HTTPUtils, String, File, GNInsertConfiguration)
insertMetadata(HTTPUtils, String, File, GNInsertConfiguration) - Static method in class it.geosolutions.geonetwork.op.GNMetadataInsert
Insert a raw metadata document in GN.
The full GN request is built using GNInsertConfiguration.
insertRequest(File) - Method in class it.geosolutions.geonetwork.GNClient
Facade for GNMetadataInsert.insertRequest((HTTPUtils connection, String gnServiceURL, File inputFile))
insertRequest(HTTPUtils, String, File) - Static method in class it.geosolutions.geonetwork.op.GNMetadataInsert
Insert a metadata using a request as required by geonetwork.
Required params should be already provided in inputfile.
isIgnoreResponseContentOnSuccess() - Method in class it.geosolutions.geonetwork.util.HTTPUtils
 
it.geosolutions.geonetwork - package it.geosolutions.geonetwork
 
it.geosolutions.geonetwork.exception - package it.geosolutions.geonetwork.exception
 
it.geosolutions.geonetwork.op - package it.geosolutions.geonetwork.op
 
it.geosolutions.geonetwork.util - package it.geosolutions.geonetwork.util
 

L

login(String, String) - Method in class it.geosolutions.geonetwork.GNClient
Facade for login(it.geosolutions.geonetwork.util.HTTPUtils, java.lang.String, java.lang.String, java.lang.String)
login(HTTPUtils, String, String, String) - Static method in class it.geosolutions.geonetwork.op.GNLogin
 

P

post(String, File, String) - Method in class it.geosolutions.geonetwork.util.HTTPUtils
POSTs a File to the given URL.
post(String, String, String) - Method in class it.geosolutions.geonetwork.util.HTTPUtils
POSTs a String to the given URL.
post(String, InputStream, String) - Method in class it.geosolutions.geonetwork.util.HTTPUtils
POSTs a Stream content to the given URL.
post(String, RequestEntity) - Method in class it.geosolutions.geonetwork.util.HTTPUtils
Performs a POST to the given URL.
postXml(String, String) - Method in class it.geosolutions.geonetwork.util.HTTPUtils
POSTs a String representing an XML document to the given URL.
postXml(String, InputStream) - Method in class it.geosolutions.geonetwork.util.HTTPUtils
POSTs a Stream content representing an XML document to the given URL.
put(String, File, String) - Method in class it.geosolutions.geonetwork.util.HTTPUtils
PUTs a File to the given URL.
put(String, String, String) - Method in class it.geosolutions.geonetwork.util.HTTPUtils
PUTs a String to the given URL.
put(String, RequestEntity) - Method in class it.geosolutions.geonetwork.util.HTTPUtils
Performs a PUT to the given URL.
putXml(String, String) - Method in class it.geosolutions.geonetwork.util.HTTPUtils
PUTs a String representing an XML document to the given URL.

S

send(EntityEnclosingMethod, String, RequestEntity) - Method in class it.geosolutions.geonetwork.util.HTTPUtils
Send an HTTP request (PUT or POST) to a server.
setCategory(String) - Method in class it.geosolutions.geonetwork.util.GNInsertConfiguration
 
setGroup(String) - Method in class it.geosolutions.geonetwork.util.GNInsertConfiguration
 
setGroup(Integer) - Method in class it.geosolutions.geonetwork.util.GNPrivConfiguration.Privileges
 
setIgnoreResponseContentOnSuccess(boolean) - Method in class it.geosolutions.geonetwork.util.HTTPUtils
 
setOps(String) - Method in class it.geosolutions.geonetwork.util.GNPrivConfiguration.Privileges
 
setPriv(HTTPUtils, String, long, GNPrivConfiguration) - Static method in class it.geosolutions.geonetwork.op.GNMetadataAdmin
 
setPrivileges(long, GNPrivConfiguration) - Method in class it.geosolutions.geonetwork.GNClient
Facade for GNMetadataAdmin.setPriv(it.geosolutions.geonetwork.util.HTTPUtils, java.lang.String, long, it.geosolutions.geonetwork.util.GNPrivConfiguration)
setPrivileges(List<GNPrivConfiguration.Privileges>) - Method in class it.geosolutions.geonetwork.util.GNPrivConfiguration
 
setStyleSheet(String) - Method in class it.geosolutions.geonetwork.util.GNInsertConfiguration
 
setValidate(Boolean) - Method in class it.geosolutions.geonetwork.util.GNInsertConfiguration
 
setXmlContentType(String) - Method in class it.geosolutions.geonetwork.util.HTTPUtils
 

V

valueOf(String) - Static method in enum it.geosolutions.geonetwork.util.GNPriv
Returns the enum constant of this type with the specified name.
values() - Static method in enum it.geosolutions.geonetwork.util.GNPriv
Returns an array containing the constants of this enum type, in the order they are declared.

A D E G H I L P S V

Copyright © 2011 GeoSolutions. All Rights Reserved.