public interface SchemaManagement
| Modifier and Type | Method and Description |
|---|---|
String |
create(String json,
org.gcube.informationsystem.base.reference.AccessType accessType) |
String |
delete(String type,
org.gcube.informationsystem.base.reference.AccessType accessType) |
String |
read(String type,
boolean includeSubtypes) |
String |
update(String type,
org.gcube.informationsystem.base.reference.AccessType accessType,
String json) |
String create(String json, org.gcube.informationsystem.base.reference.AccessType accessType) throws org.gcube.informationsystem.resourceregistry.api.exceptions.schema.SchemaAlreadyPresentException, org.gcube.informationsystem.resourceregistry.api.exceptions.schema.SchemaException
org.gcube.informationsystem.resourceregistry.api.exceptions.schema.SchemaAlreadyPresentExceptionorg.gcube.informationsystem.resourceregistry.api.exceptions.schema.SchemaExceptionString read(String type, boolean includeSubtypes) throws org.gcube.informationsystem.resourceregistry.api.exceptions.schema.SchemaNotFoundException, org.gcube.informationsystem.resourceregistry.api.exceptions.schema.SchemaException
org.gcube.informationsystem.resourceregistry.api.exceptions.schema.SchemaNotFoundExceptionorg.gcube.informationsystem.resourceregistry.api.exceptions.schema.SchemaExceptionString update(String type, org.gcube.informationsystem.base.reference.AccessType accessType, String json) throws org.gcube.informationsystem.resourceregistry.api.exceptions.schema.SchemaNotFoundException, org.gcube.informationsystem.resourceregistry.api.exceptions.schema.SchemaException
org.gcube.informationsystem.resourceregistry.api.exceptions.schema.SchemaNotFoundExceptionorg.gcube.informationsystem.resourceregistry.api.exceptions.schema.SchemaExceptionCopyright © 2020. All Rights Reserved.