public class GeonetworkInstance extends Object
| Constructor and Description |
|---|
GeonetworkInstance(String scope,
boolean authenticate,
org.gcube.spatial.data.geonetwork.LoginLevel level,
org.gcube.spatial.data.geonetwork.model.Account.Type type)
Instantiates a new geonetwork instance.
|
| Modifier and Type | Method and Description |
|---|---|
org.gcube.spatial.data.geonetwork.model.Account |
getAccount()
Gets the account.
|
org.gcube.spatial.data.geonetwork.configuration.Configuration |
getConfig()
Gets the config.
|
String |
getEndPoint()
Gets the end point.
|
org.gcube.spatial.data.geonetwork.GeoNetworkPublisher |
getGeonetworkPublisher()
Gets the geonetwork publisher.
|
org.gcube.spatial.data.geonetwork.LoginLevel |
getLevel()
Gets the level.
|
String |
getScope()
Gets the scope.
|
org.gcube.spatial.data.geonetwork.extension.ServerAccess.Version |
getVersion()
Gets the version.
|
String |
toString() |
public GeonetworkInstance(String scope, boolean authenticate, org.gcube.spatial.data.geonetwork.LoginLevel level, org.gcube.spatial.data.geonetwork.model.Account.Type type) throws GeonetworkInstanceException
scope - the scopeauthenticate - the authenticatelevel - the leveltype - the typeGeonetworkInstanceException - the geonetwork instance exceptionpublic org.gcube.spatial.data.geonetwork.GeoNetworkPublisher getGeonetworkPublisher()
public org.gcube.spatial.data.geonetwork.extension.ServerAccess.Version getVersion()
public org.gcube.spatial.data.geonetwork.LoginLevel getLevel()
public org.gcube.spatial.data.geonetwork.model.Account getAccount()
public String getEndPoint()
public org.gcube.spatial.data.geonetwork.configuration.Configuration getConfig()
public String getScope()
Copyright © 2022. All Rights Reserved.