Fixing api

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-api@131286 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2016-09-12 12:45:21 +00:00
parent f9f85e12e8
commit ccde244d10
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
<groupId>org.gcube.information-system</groupId>
<artifactId>resource-registry-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<name>Information Collector Api</name>
<description>Information Collector Api</description>

View File

@ -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)