@Path(value="GenericResource") public class GenericResourceResource extends Object
| Constructor and Description |
|---|
GenericResourceResource() |
| Modifier and Type | Method and Description |
|---|---|
List<org.gcube.common.resources.gcore.GenericResource> |
retrieveByType(String secondaryType,
String resourceName) |
List<org.gcube.common.resources.gcore.GenericResource> |
retrieveByTypeAndName(String secondaryType,
String resourceName) |
@GET
@Path(value="/{secondaryType}/{name}")
@Produces(value="application/xml")
public List<org.gcube.common.resources.gcore.GenericResource> retrieveByTypeAndName(@NotNull @PathParam(value="secondaryType")
String secondaryType,
@NotNull @PathParam(value="name")
String resourceName)
Copyright © 2021. All Rights Reserved.