public interface EntityManagement
| Modifier and Type | Method and Description |
|---|---|
String |
attachFacet(UUID resourceUUID,
UUID facetUUID,
String consistOfType,
String jsonRepresentation) |
String |
attachResource(UUID sourceResourceUUID,
UUID targetResourceUUID,
String relatedToType,
String jsonRepresentation) |
String |
createFacet(String facetType,
String jsonRepresentation) |
String |
createResource(String resourceType,
String jsonRepresentation) |
boolean |
deleteFacet(UUID uuid) |
boolean |
deleteResource(UUID uuid) |
boolean |
detachFacet(UUID consistOfUUID) |
boolean |
detachResource(UUID relatedToUUID) |
String |
readFacet(UUID uuid) |
String |
readFacet(UUID uuid,
String facetType) |
String |
readResource(UUID uuid) |
String |
readResource(UUID uuid,
String resourceType) |
String |
updateFacet(UUID uuid,
String jsonRepresentation) |
String createFacet(String facetType, String jsonRepresentation) throws EntityException, ResourceRegistryException
String readFacet(UUID uuid) throws FacetNotFoundException, ResourceRegistryException
String readFacet(UUID uuid, String facetType) throws FacetNotFoundException, ResourceRegistryException
String updateFacet(UUID uuid, String jsonRepresentation) throws FacetNotFoundException, ResourceRegistryException
boolean deleteFacet(UUID uuid) throws FacetNotFoundException, ResourceRegistryException
String createResource(String resourceType, String jsonRepresentation) throws ResourceRegistryException
ResourceRegistryExceptionString readResource(UUID uuid) throws ResourceNotFoundException, ResourceRegistryException
String readResource(UUID uuid, String resourceType) throws ResourceNotFoundException, ResourceRegistryException
boolean deleteResource(UUID uuid) throws ResourceNotFoundException, ResourceRegistryException, ResourceRegistryException
String attachFacet(UUID resourceUUID, UUID facetUUID, String consistOfType, String jsonRepresentation) throws FacetNotFoundException, ResourceNotFoundException, ResourceRegistryException
boolean detachFacet(UUID consistOfUUID) throws ResourceRegistryException
ResourceRegistryExceptionString attachResource(UUID sourceResourceUUID, UUID targetResourceUUID, String relatedToType, String jsonRepresentation) throws ResourceNotFoundException, ResourceRegistryException
boolean detachResource(UUID relatedToUUID) throws ResourceRegistryException
ResourceRegistryExceptionCopyright © 2016. All Rights Reserved.