Uses of Interface
org.gcube.resourcemanagement.model.reference.properties.ValueSchema
-
Packages that use ValueSchema Package Description org.gcube.resourcemanagement.model.impl.entities.facets org.gcube.resourcemanagement.model.impl.properties Implementation of common properties used across the gcube model.org.gcube.resourcemanagement.model.reference.entities.facets org.gcube.resourcemanagement.model.reference.properties Common properties used across the gcube model. -
-
Uses of ValueSchema in org.gcube.resourcemanagement.model.impl.entities.facets
Fields in org.gcube.resourcemanagement.model.impl.entities.facets declared as ValueSchema Modifier and Type Field Description protected ValueSchemaCoverageFacetImpl. coverageThe coverage which value indicates the 'area' covered by the dataset according to the schemaprotected ValueSchemaDescriptiveMetadataFacetImpl. descriptiveMetadataA metadata record representing the descriptive metadata according to the schemaprotected ValueSchemaProvenanceFacetImpl. documentThe document describing the provenanceprotected ValueSchemaSchemaFacetImpl. schemaThe schema itselfprotected ValueSchemaSubjectFacetImpl. subjectThe value of the subject according to the schemaMethods in org.gcube.resourcemanagement.model.impl.entities.facets that return ValueSchema Modifier and Type Method Description ValueSchemaCoverageFacetImpl. getCoverage()The value indicates the 'area' covered by the dataset according to the schemaValueSchemaDescriptiveMetadataFacetImpl. getDescriptiveMetadata()A metadata record representing the descriptive metadata according to the schemaValueSchemaProvenanceFacetImpl. getDocument()Provenance Document, e.g., an XML according to the reference schema.ValueSchemaSchemaFacetImpl. getSchema()The 'value' property contains the defined 'schema' that in turn is validated by the schema available at the URL indicated in the ’schema’ property.ValueSchemaSubjectFacetImpl. getSubject()The value of the subject according to the schemaMethods in org.gcube.resourcemanagement.model.impl.entities.facets with parameters of type ValueSchema Modifier and Type Method Description voidCoverageFacetImpl. setCoverage(ValueSchema coverage)Sets the value indicating the 'area' covered by the dataset according to the schemavoidDescriptiveMetadataFacetImpl. setDescriptiveMetadata(ValueSchema descriptiveMetadata)Sets a metadata record representing the descriptive metadata according to the schemavoidProvenanceFacetImpl. setDocument(ValueSchema document)Sets the Provenance Document, e.g., an XML according to the reference schema.voidSchemaFacetImpl. setSchema(ValueSchema schema)Sets the 'value' property contains the defined 'schema' that in turn is validated by the schema available at the URL indicated in the ’schema’ property.voidSubjectFacetImpl. setSubject(ValueSchema subject)Sets the value of the subject according to the schema -
Uses of ValueSchema in org.gcube.resourcemanagement.model.impl.properties
Classes in org.gcube.resourcemanagement.model.impl.properties that implement ValueSchema Modifier and Type Class Description classValueSchemaImplA property with anURIas valueFields in org.gcube.resourcemanagement.model.impl.properties declared as ValueSchema Modifier and Type Field Description protected ValueSchemaAccessPolicyImpl. policyThe access policy according to the schemaMethods in org.gcube.resourcemanagement.model.impl.properties that return ValueSchema Modifier and Type Method Description ValueSchemaAccessPolicyImpl. getPolicy()The access policyMethods in org.gcube.resourcemanagement.model.impl.properties with parameters of type ValueSchema Modifier and Type Method Description voidAccessPolicyImpl. setPolicy(ValueSchema policy)Sets the access policy -
Uses of ValueSchema in org.gcube.resourcemanagement.model.reference.entities.facets
Methods in org.gcube.resourcemanagement.model.reference.entities.facets that return ValueSchema Modifier and Type Method Description ValueSchemaCoverageFacet. getCoverage()The value indicates the 'area' covered by the dataset according to the schemaValueSchemaDescriptiveMetadataFacet. getDescriptiveMetadata()A metadata record representing the descriptive metadata according to the schemaValueSchemaProvenanceFacet. getDocument()Provenance Document, e.g., an XML according to the reference schema.ValueSchemaSchemaFacet. getSchema()The 'value' property contains the defined 'schema' that in turn is validated by the schema available at the URL indicated in the ’schema’ property.ValueSchemaSubjectFacet. getSubject()The value of the subject according to the schemaMethods in org.gcube.resourcemanagement.model.reference.entities.facets with parameters of type ValueSchema Modifier and Type Method Description voidCoverageFacet. setCoverage(ValueSchema coverage)Sets the value indicating the 'area' covered by the dataset according to the schemavoidDescriptiveMetadataFacet. setDescriptiveMetadata(ValueSchema metadata)Sets a metadata record representing the descriptive metadata according to the schemavoidProvenanceFacet. setDocument(ValueSchema document)Sets the Provenance Document, e.g., an XML according to the reference schema.voidSchemaFacet. setSchema(ValueSchema schema)Sets the 'value' property contains the defined 'schema' that in turn is validated by the schema available at the URL indicated in the ’schema’ property.voidSubjectFacet. setSubject(ValueSchema subject)Sets the value of the subject according to the schema -
Uses of ValueSchema in org.gcube.resourcemanagement.model.reference.properties
Methods in org.gcube.resourcemanagement.model.reference.properties that return ValueSchema Modifier and Type Method Description static ValueSchemaValueSchema. getDefaultInstance()Returns a default instance of ValueSchemaValueSchemaAccessPolicy. getPolicy()The access policyMethods in org.gcube.resourcemanagement.model.reference.properties with parameters of type ValueSchema Modifier and Type Method Description voidAccessPolicy. setPolicy(ValueSchema policy)Sets the access policyValidationValueSchema.SchemaValidator. validate(ValueSchema property)Applies this validation to the given property.
-