Uses of Interface
org.gcube.resourcemanagement.model.reference.entities.resources.Schema
-
-
Uses of Schema in org.gcube.resourcemanagement.model.impl.entities.resources
Classes in org.gcube.resourcemanagement.model.impl.entities.resources that implement Schema Modifier and Type Class Description classSchemaImpl -
Uses of Schema in org.gcube.resourcemanagement.model.impl.relations.isrelatedto
Classes in org.gcube.resourcemanagement.model.impl.relations.isrelatedto with type parameters of type Schema Modifier and Type Class Description classIsCompliantWithImpl<Out extends Dataset,In extends Schema> -
Uses of Schema in org.gcube.resourcemanagement.model.reference.entities.resources
Methods in org.gcube.resourcemanagement.model.reference.entities.resources that return Schema Modifier and Type Method Description static SchemaSchema. getDefaultInstance()Returns a default instance of Schema -
Uses of Schema in org.gcube.resourcemanagement.model.reference.relations.isrelatedto
Classes in org.gcube.resourcemanagement.model.reference.relations.isrelatedto with type parameters of type Schema Modifier and Type Interface Description interfaceIsCompliantWith<Out extends Dataset,In extends Schema>Methods in org.gcube.resourcemanagement.model.reference.relations.isrelatedto with type parameters of type Schema Modifier and Type Method Description static <Out extends Dataset,In extends Schema>
IsCompliantWith<Out,In>IsCompliantWith. getDefaultInstance(Out out, In in)Returns a default instance of IsCompliantWith
-