Renamed variables
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-api@134336 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
00c0820433
commit
0138f7d959
|
@ -55,7 +55,7 @@ public interface EntityManagement {
|
|||
throws FacetNotFoundException, ResourceNotFoundException,
|
||||
ResourceRegistryException;
|
||||
|
||||
public boolean detachFacet(UUID consistOfUUID)
|
||||
public boolean detachFacet(UUID consistsOfUUID)
|
||||
throws ResourceRegistryException;
|
||||
|
||||
public String attachResource(UUID sourceResourceUUID,
|
||||
|
@ -63,7 +63,7 @@ public interface EntityManagement {
|
|||
String jsonRepresentation) throws ResourceNotFoundException,
|
||||
ResourceRegistryException;
|
||||
|
||||
public boolean detachResource(UUID relatedToUUID)
|
||||
public boolean detachResource(UUID isRelatedToUUID)
|
||||
throws ResourceRegistryException;
|
||||
|
||||
public boolean addResourceToContext(UUID uuid)
|
||||
|
|
Loading…
Reference in New Issue