public interface ResourcePublisher<T extends org.gcube.rest.commons.resourceawareservice.resources.GeneralResource>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteResource(String resourceID,
String scope) |
void |
publishResource(T resource,
String resourceClass,
String resourceNamePref,
String scope) |
void |
updateResource(T resource,
String resourceClass,
String resourceNamePref,
String scope) |
void deleteResource(String resourceID, String scope) throws ResourcePublisherException
ResourcePublisherExceptionvoid publishResource(T resource, String resourceClass, String resourceNamePref, String scope) throws ResourcePublisherException
ResourcePublisherExceptionvoid updateResource(T resource, String resourceClass, String resourceNamePref, String scope) throws ResourcePublisherException
ResourcePublisherExceptionCopyright © 2014. All Rights Reserved.