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:
parent
f9f85e12e8
commit
ccde244d10
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue