Interface GeonetworkServiceInterface
-
- All Known Implementing Classes:
GeonetworkAccessParameter
public interface GeonetworkServiceInterfaceThe Interface GeonetworkServiceInterface.- Author:
- Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GeonetworkInstancegetGeonetworkInstance(boolean authenticate, GeonetworkAccessParameter.GeonetworkLoginLevel loginLevel, GeonetworkAccessParameter.AccountType accType)Gets the geonetwork instance.StringgetScope()Gets the scope.
-
-
-
Method Detail
-
getGeonetworkInstance
GeonetworkInstance getGeonetworkInstance(boolean authenticate, GeonetworkAccessParameter.GeonetworkLoginLevel loginLevel, GeonetworkAccessParameter.AccountType accType) throws Exception
Gets the geonetwork instance.- Parameters:
authenticate- the authenticateloginLevel- the login levelaccType- the acc type- Returns:
- the geonetwork instance
- Throws:
Exception- the exception
-
getScope
String getScope()
Gets the scope.- Returns:
- the scope
-
-