@Path(value="GeoNetwork") public class GeoNetwork extends Object
| Constructor and Description |
|---|
GeoNetwork() |
| Modifier and Type | Method and Description |
|---|---|
org.gcube.spatial.data.sdi.model.service.GeoNetworkDescriptor |
getInstanceConfiguration(String host) |
org.gcube.spatial.data.sdi.model.credentials.Credentials |
getInstanceCredentials(String host) |
String |
importFromScope(String sourceToken,
String host) |
String |
register(org.gcube.spatial.data.sdi.model.services.GeoNetworkServiceDefinition toRegister) |
@GET
@Path(value="configuration/{host}")
@Produces(value="application/json")
public org.gcube.spatial.data.sdi.model.service.GeoNetworkDescriptor getInstanceConfiguration(@PathParam(value="host")
String host)
@GET
@Path(value="credentials/{host}")
@Produces(value="application/json")
public org.gcube.spatial.data.sdi.model.credentials.Credentials getInstanceCredentials(@PathParam(value="host")
String host)
@POST @Consumes(value="application/json") @Produces(value="application/xml") public String register(org.gcube.spatial.data.sdi.model.services.GeoNetworkServiceDefinition toRegister)
Copyright © 2022. All Rights Reserved.