public interface ResourceRegistrySchemaClient
| Modifier and Type | Method and Description |
|---|---|
<ISM extends org.gcube.informationsystem.model.reference.ISManageable> |
create(Class<ISM> clz) |
String |
create(String baseType,
String typeDefinitition) |
<ISM extends org.gcube.informationsystem.model.reference.ISManageable> |
read(Class<ISM> clz,
Boolean polymorphic) |
String |
read(String type,
Boolean polymorphic) |
<ISM extends org.gcube.informationsystem.model.reference.ISManageable> org.gcube.informationsystem.types.TypeBinder.TypeDefinition create(Class<ISM> clz) throws org.gcube.informationsystem.resourceregistry.api.exceptions.schema.SchemaException, org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException
org.gcube.informationsystem.resourceregistry.api.exceptions.schema.SchemaExceptionorg.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryExceptionString create(String baseType, String typeDefinitition) throws org.gcube.informationsystem.resourceregistry.api.exceptions.schema.SchemaException, org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException
org.gcube.informationsystem.resourceregistry.api.exceptions.schema.SchemaExceptionorg.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException<ISM extends org.gcube.informationsystem.model.reference.ISManageable> List<org.gcube.informationsystem.types.TypeBinder.TypeDefinition> read(Class<ISM> clz, Boolean polymorphic) throws org.gcube.informationsystem.resourceregistry.api.exceptions.schema.SchemaNotFoundException, org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException
org.gcube.informationsystem.resourceregistry.api.exceptions.schema.SchemaNotFoundExceptionorg.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryExceptionString read(String type, Boolean polymorphic) throws org.gcube.informationsystem.resourceregistry.api.exceptions.schema.SchemaNotFoundException, org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException
org.gcube.informationsystem.resourceregistry.api.exceptions.schema.SchemaNotFoundExceptionorg.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryExceptionCopyright © 2019. All Rights Reserved.