@ApplicationPath(value="schema") public class SchemaManager extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.gcube.informationsystem.resourceregistry.api.SchemaManagement |
schemaManager |
| Constructor and Description |
|---|
SchemaManager() |
| Modifier and Type | Method and Description |
|---|---|
String |
registerConsistOfSchema(String jsonSchema) |
String |
registerEmbeddedTypeSchema(String jsonSchema) |
String |
registerFacetSchema(String jsonSchema) |
String |
registerRelatedToSchema(String jsonSchema) |
String |
registerResourceSchema(String jsonSchema) |
protected org.gcube.informationsystem.resourceregistry.api.SchemaManagement schemaManager
@Path(value="embedded") @PUT public String registerEmbeddedTypeSchema(String jsonSchema) throws org.gcube.informationsystem.resourceregistry.api.exceptions.schema.SchemaException
org.gcube.informationsystem.resourceregistry.api.exceptions.schema.SchemaException@Path(value="facet") @PUT public String registerFacetSchema(String jsonSchema) throws org.gcube.informationsystem.resourceregistry.api.exceptions.schema.SchemaException
org.gcube.informationsystem.resourceregistry.api.exceptions.schema.SchemaException@Path(value="resource") @PUT public String registerResourceSchema(String jsonSchema) throws org.gcube.informationsystem.resourceregistry.api.exceptions.schema.SchemaException
org.gcube.informationsystem.resourceregistry.api.exceptions.schema.SchemaException@Path(value="consistof") @PUT public String registerConsistOfSchema(String jsonSchema) throws org.gcube.informationsystem.resourceregistry.api.exceptions.schema.SchemaException
org.gcube.informationsystem.resourceregistry.api.exceptions.schema.SchemaExceptionCopyright © 2016. All Rights Reserved.