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>
|
<groupId>org.gcube.information-system</groupId>
|
||||||
<artifactId>resource-registry-api</artifactId>
|
<artifactId>resource-registry-api</artifactId>
|
||||||
<version>1.0.0-SNAPSHOT</version>
|
<version>1.1.0-SNAPSHOT</version>
|
||||||
<name>Information Collector Api</name>
|
<name>Information Collector Api</name>
|
||||||
<description>Information Collector Api</description>
|
<description>Information Collector Api</description>
|
||||||
|
|
||||||
|
|
|
@ -49,7 +49,7 @@ public interface EntityManagement {
|
||||||
/* Relations Methods */
|
/* Relations Methods */
|
||||||
|
|
||||||
public String attachFacet(String resourceUUID, String facetUUID,
|
public String attachFacet(String resourceUUID, String facetUUID,
|
||||||
String consistOfType, String jsonProperties)
|
String consistOfType, String jsonRepresentation)
|
||||||
throws FacetNotFoundException, ResourceNotFoundException,
|
throws FacetNotFoundException, ResourceNotFoundException,
|
||||||
ResourceRegistryException;
|
ResourceRegistryException;
|
||||||
|
|
||||||
|
@ -58,7 +58,7 @@ public interface EntityManagement {
|
||||||
|
|
||||||
public String attachResource(String sourceResourceUUID,
|
public String attachResource(String sourceResourceUUID,
|
||||||
String targetResourceUUID, String relatedToType,
|
String targetResourceUUID, String relatedToType,
|
||||||
String jsonProperties) throws ResourceNotFoundException,
|
String jsonRepresentation) throws ResourceNotFoundException,
|
||||||
ResourceRegistryException;
|
ResourceRegistryException;
|
||||||
|
|
||||||
public boolean detachResource(String relatedToUUID)
|
public boolean detachResource(String relatedToUUID)
|
||||||
|
|
Loading…
Reference in New Issue