public interface GeoNetwork
| Modifier and Type | Method and Description |
|---|---|
Metadata |
getById(long id) |
Metadata |
getById(String UUID) |
String |
getByIdAsRawString(String UUID) |
MetadataInfo |
getInfo(Long id) |
MetadataInfo |
getInfo(String uuid) |
void |
login() |
void |
login(LoginLevel level) |
void |
logout() |
GNSearchResponse |
query(GNSearchRequest request) |
GNSearchResponse query(GNSearchRequest request) throws InternalException, RemoteException, ConfigurationException
Metadata getById(long id) throws InternalException, RemoteException, ConfigurationException
Metadata getById(String UUID) throws InternalException, RemoteException, ConfigurationException
String getByIdAsRawString(String UUID) throws InternalException, RemoteException, ConfigurationException
void login()
throws InternalException,
RemoteException,
ConfigurationException
void login(LoginLevel level) throws InternalException, RemoteException, ConfigurationException
void logout()
throws InternalException,
RemoteException,
ConfigurationException
MetadataInfo getInfo(Long id) throws InternalException, RemoteException, ConfigurationException
MetadataInfo getInfo(String uuid) throws InternalException, RemoteException, ConfigurationException
Copyright © 2022. All Rights Reserved.