public interface SchemaManagement
String registerEntitySchema(String jsonSchema) throws SchemaException
SchemaExceptionString getEntitySchema(String entityType) throws SchemaNotFoundException
SchemaNotFoundExceptionString updateEntitySchema(String entityType, String jsonSchema) throws SchemaNotFoundException, SchemaException
String deleteEntitySchema(String entityType) throws SchemaNotFoundException
SchemaNotFoundExceptionString registerFacetSchema(String jsonSchema) throws SchemaException
SchemaExceptionString getFacetSchema(String facetType) throws SchemaNotFoundException
SchemaNotFoundExceptionString updateFacetSchema(String facetType, String jsonSchema) throws SchemaNotFoundException, SchemaException
String deleteFacetSchema(String facetType) throws SchemaNotFoundException
SchemaNotFoundExceptionString registerResourceSchema(String jsonSchema) throws SchemaException
SchemaExceptionString getResourceSchema(String resourceType) throws SchemaNotFoundException
SchemaNotFoundExceptionString updateResourceSchema(String resourceType, String jsonSchema) throws SchemaNotFoundException, SchemaException
String deleteResourceSchema(String resourceType) throws SchemaNotFoundException
SchemaNotFoundExceptionString registerEmbeddedTypeSchema(String jsonSchema) throws SchemaException
SchemaExceptionString getEmbeddedTypeSchema(String embeddedType) throws SchemaNotFoundException
SchemaNotFoundExceptionString updateEmbeddedTypeSchema(String embeddedType, String jsonSchema) throws SchemaNotFoundException, SchemaException
String deleteEmbeddedTypeSchema(String embeddedType) throws SchemaNotFoundException
SchemaNotFoundExceptionString registerRelationSchema(String jsonSchema) throws SchemaException
SchemaExceptionString getRelationSchema(String relationType) throws SchemaNotFoundException
SchemaNotFoundExceptionString updateRelationSchema(String relationType, String jsonSchema) throws SchemaNotFoundException, SchemaException
String deleteRelationSchema(String relationType) throws SchemaNotFoundException
SchemaNotFoundExceptionString registerConsistOfSchema(String jsonSchema) throws SchemaException
SchemaExceptionString getConsistOfSchema(String consistOfType) throws SchemaNotFoundException
SchemaNotFoundExceptionString updateConsistOfSchema(String consistOfType, String jsonSchema) throws SchemaNotFoundException, SchemaException
String deleteConsistOfSchema(String consistOfType) throws SchemaException
SchemaExceptionString registerRelatedToSchema(String jsonSchema) throws SchemaException
SchemaExceptionString getRelatedToSchema(String relatedToType) throws SchemaNotFoundException
SchemaNotFoundExceptionString updateRelatedToSchema(String relatedToType, String jsonSchema) throws SchemaNotFoundException, SchemaException
String deleteRelatedToSchema(String relatedToType) throws SchemaException
SchemaExceptionCopyright © 2016. All Rights Reserved.