public class GenericResourceManager extends Object
| Constructor and Description |
|---|
GenericResourceManager() |
| Modifier and Type | Method and Description |
|---|---|
static void |
deleteGenericResource(org.gcube.common.resources.gcore.GenericResource resource,
String scope) |
static List<org.gcube.common.resources.gcore.GenericResource> |
retrieveGenericResource(List<String> conditions,
String scope)
Retrieves a set of generic resources from the IS and returns them.
|
static String |
updateGenericResource(org.gcube.common.resources.gcore.GenericResource resource,
String scope) |
public static List<org.gcube.common.resources.gcore.GenericResource> retrieveGenericResource(List<String> conditions, String scope) throws Exception
conditions - pairs of strings representing "property"="value" conditionsExceptionpublic static String updateGenericResource(org.gcube.common.resources.gcore.GenericResource resource, String scope) throws Exception
ExceptionCopyright © 2014. All Rights Reserved.