public interface SchemaManagement
| Modifier and Type | Method and Description |
|---|---|
String |
create(String json,
org.gcube.informationsystem.model.AccessType accessType) |
String |
delete(String type,
org.gcube.informationsystem.model.AccessType accessType) |
String |
read(String type,
boolean includeSubtypes) |
String |
update(String type,
org.gcube.informationsystem.model.AccessType accessType,
String json) |
String create(String json, org.gcube.informationsystem.model.AccessType accessType) throws org.gcube.informationsystem.resourceregistry.api.exceptions.schema.SchemaException
org.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.model.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 © 2017. All Rights Reserved.