| Methods in org.gcube.informationsystem.publisher that throw RegistryNotFoundException |
<T extends org.gcube.common.resources.gcore.Resource>
T |
|
AdvancedScopedPublisher.create(T resource,
List<String> scopes)
|
<T extends org.gcube.common.resources.gcore.Resource>
T |
|
ScopedPublisherImpl.create(T resource,
List<String> scopes)
|
<T extends org.gcube.common.resources.gcore.Resource>
T |
|
ScopedPublisher.create(T resource,
List<String> scopes)
The resource is created in all the scopes in the list and the resource is updated in all the other scopes that are presents in the resource |
<T extends org.gcube.common.resources.gcore.Resource>
T |
|
AdvancedScopedPublisher.remove(T resource,
List<String> scopes)
|
<T extends org.gcube.common.resources.gcore.Resource>
T |
|
ScopedPublisherImpl.remove(T resource,
List<String> scopes)
|
<T extends org.gcube.common.resources.gcore.Resource>
T |
|
ScopedPublisher.remove(T resource,
List<String> scopes)
Remove a resource from all the scopes in the input list, if and only if all the scopes are defined in the resource |
<T extends org.gcube.common.resources.gcore.Resource>
T |
|
AdvancedScopedPublisher.update(T resource)
|
<T extends org.gcube.common.resources.gcore.Resource>
T |
|
ScopedPublisherImpl.update(T resource)
|
<T extends org.gcube.common.resources.gcore.Resource>
T |
|
ScopedPublisher.update(T resource)
The resource will be updated on all scopes that are defined in the resource. |