org.gcube.informationsystem.publisher
Interface RegistryPublisher

All Known Implementing Classes:
RegistryPublisherImpl

public interface RegistryPublisher


Method Summary
 String create(org.gcube.common.resources.gcore.Resource resource)
           
 void remove(String id, org.gcube.common.resources.gcore.Resource.Type type)
           
 void update(org.gcube.common.resources.gcore.Resource resource)
           
 

Method Detail

create

String create(org.gcube.common.resources.gcore.Resource resource)
              throws RegistryNotFoundException
Throws:
RegistryNotFoundException

update

void update(org.gcube.common.resources.gcore.Resource resource)
            throws RegistryNotFoundException
Throws:
RegistryNotFoundException

remove

void remove(String id,
            org.gcube.common.resources.gcore.Resource.Type type)
            throws RegistryNotFoundException
Throws:
RegistryNotFoundException


Copyright © 2013. All Rights Reserved.