public class GeonetworkInstance extends Object
| Constructor and Description |
|---|
GeonetworkInstance()
Instantiates a new geonetwork instance.
|
GeonetworkInstance(String scope)
Instantiates a new geonetwork instance.
|
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.GeoNetworkPublisher |
getGeonetworkPublisher()
Gets the geonetwork publisher.
|
String |
getScope()
Gets the scope.
|
String |
toString() |
public GeonetworkInstance()
public GeonetworkInstance(String scope) throws GeonetworkInstanceException
scope - the scopeGeonetworkInstanceException - the geonetwork instance exceptionpublic 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.model.Account getAccount()
public String getScope()
Copyright © 2019. All Rights Reserved.