diff --git a/src/main/java/org/gcube/informationsystem/resourceregistry/publisher/proxy/ResourceRegistryPublisher.java b/src/main/java/org/gcube/informationsystem/resourceregistry/publisher/proxy/ResourceRegistryPublisher.java index bb61009..bead2dd 100644 --- a/src/main/java/org/gcube/informationsystem/resourceregistry/publisher/proxy/ResourceRegistryPublisher.java +++ b/src/main/java/org/gcube/informationsystem/resourceregistry/publisher/proxy/ResourceRegistryPublisher.java @@ -22,14 +22,14 @@ public interface ResourceRegistryPublisher { public > C createConsistsOf(Class consistsOfClass, C consistsOf); - public > C updateConsistsOf(C consistsOf); + //public > C updateConsistsOf(C consistsOf); public > boolean deleteConsistsOf(C consistsOf); public > I createIsRelatedTo(Class isRelatedToClass, I isRelatedTo); - public > I updateIsRelatedTo(I isRelatedTo); + //public > I updateIsRelatedTo(I isRelatedTo); public > boolean deleteIsRelatedTo(I isRelatedTo); diff --git a/src/main/java/org/gcube/informationsystem/resourceregistry/publisher/proxy/ResourceRegistryPublisherImpl.java b/src/main/java/org/gcube/informationsystem/resourceregistry/publisher/proxy/ResourceRegistryPublisherImpl.java index 93c0a77..9bab35e 100644 --- a/src/main/java/org/gcube/informationsystem/resourceregistry/publisher/proxy/ResourceRegistryPublisherImpl.java +++ b/src/main/java/org/gcube/informationsystem/resourceregistry/publisher/proxy/ResourceRegistryPublisherImpl.java @@ -401,13 +401,14 @@ public class ResourceRegistryPublisherImpl implements ResourceRegistryPublisher throw new ServiceException(e); } } - + + /* @Override public > C updateConsistsOf( C consistsOf) { - // TODO Auto-generated method stub return null; } + */ @Override public > boolean deleteConsistsOf( @@ -467,11 +468,13 @@ public class ResourceRegistryPublisherImpl implements ResourceRegistryPublisher } } + /* @Override public > I updateIsRelatedTo(I isRelatedTo) { // TODO Auto-generated method stub return null; } + */ @Override public > boolean deleteIsRelatedTo(I isRelatedTo) {