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