From ccde244d1025226712497c759167b9af84980bac Mon Sep 17 00:00:00 2001 From: "luca.frosini" Date: Mon, 12 Sep 2016 12:45:21 +0000 Subject: [PATCH] Fixing api git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-api@131286 82a268e6-3cf1-43bd-a215-b396298e98cf --- pom.xml | 2 +- .../resourceregistry/api/EntityManagement.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 8d3a9e4..4893952 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.gcube.information-system resource-registry-api - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT Information Collector Api Information Collector Api diff --git a/src/main/java/org/gcube/informationsystem/resourceregistry/api/EntityManagement.java b/src/main/java/org/gcube/informationsystem/resourceregistry/api/EntityManagement.java index fd19e05..4a2088a 100644 --- a/src/main/java/org/gcube/informationsystem/resourceregistry/api/EntityManagement.java +++ b/src/main/java/org/gcube/informationsystem/resourceregistry/api/EntityManagement.java @@ -49,7 +49,7 @@ public interface EntityManagement { /* Relations Methods */ public String attachFacet(String resourceUUID, String facetUUID, - String consistOfType, String jsonProperties) + String consistOfType, String jsonRepresentation) throws FacetNotFoundException, ResourceNotFoundException, ResourceRegistryException; @@ -58,7 +58,7 @@ public interface EntityManagement { public String attachResource(String sourceResourceUUID, String targetResourceUUID, String relatedToType, - String jsonProperties) throws ResourceNotFoundException, + String jsonRepresentation) throws ResourceNotFoundException, ResourceRegistryException; public boolean detachResource(String relatedToUUID)