| Package | Description |
|---|---|
| org.gcube.informationsystem.resourceregistry.api |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EntityManagement.addResourceToContext(UUID uuid) |
String |
EntityManagement.attachFacet(UUID resourceUUID,
UUID facetUUID,
String consistOfType,
String jsonRepresentation) |
String |
EntityManagement.attachResource(UUID sourceResourceUUID,
UUID targetResourceUUID,
String relatedToType,
String jsonRepresentation) |
boolean |
EntityManagement.deleteResource(UUID uuid) |
String |
EntityManagement.readResource(UUID uuid) |
String |
EntityManagement.readResource(UUID uuid,
String resourceType) |
String |
EntityManagement.updateResource(UUID resourceUUID,
String jsonRepresentation)
Update a resource means update ConsistsOf relations and related Facets
presents in the jsonRepresentation argument.
|
Copyright © 2016. All Rights Reserved.