public interface SruSearchAdapterServiceAPI
extends org.gcube.rest.commons.resourceawareservice.ResourceAwareServiceRestAPI
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
get(String operation,
Float version,
String recordPacking,
String query,
Integer maximumRecords,
String recordSchema) |
javax.ws.rs.core.Response |
get(String scope,
String resourceID,
String operation,
Float version,
String recordPacking,
String query,
Integer maximumRecords,
String recordSchema) |
javax.ws.rs.core.Response |
ping() |
@GET @Path(value="/ping") @Produces(value="text/plain") javax.ws.rs.core.Response ping()
@GET
@Path(value="/{id}")
@Produces(value="application/xml; charset=UTF-8")
javax.ws.rs.core.Response get(@HeaderParam(value="gcube-scope")
String scope,
@PathParam(value="id")
String resourceID,
@QueryParam(value="operation")
String operation,
@QueryParam(value="version")
Float version,
@QueryParam(value="recordPacking")
String recordPacking,
@QueryParam(value="query")
String query,
@QueryParam(value="maximumRecords")
Integer maximumRecords,
@QueryParam(value="recordSchema")
String recordSchema)
@GET
@Produces(value="application/xml; charset=UTF-8")
javax.ws.rs.core.Response get(@QueryParam(value="operation")
String operation,
@QueryParam(value="version")
Float version,
@QueryParam(value="recordPacking")
String recordPacking,
@QueryParam(value="query")
String query,
@QueryParam(value="maximumRecords")
Integer maximumRecords,
@QueryParam(value="recordSchema")
String recordSchema)
Copyright © 2017. All Rights Reserved.