Uses of Interface
org.gcube.resourcemanagement.model.reference.properties.ValueSchema
Packages that use ValueSchema
Package
Description
Implementation of common properties used across the gcube model.
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 ValueSchemaModifier and TypeFieldDescriptionprotected ValueSchemaCoverageFacetImpl.coverageprotected ValueSchemaDescriptiveMetadataFacetImpl.descriptiveMetadataprotected ValueSchemaProvenanceFacetImpl.documentprotected ValueSchemaSchemaFacetImpl.schemaprotected ValueSchemaSubjectFacetImpl.subjectMethods in org.gcube.resourcemanagement.model.impl.entities.facets that return ValueSchemaModifier and TypeMethodDescriptionCoverageFacetImpl.getCoverage()DescriptiveMetadataFacetImpl.getDescriptiveMetadata()A metadata record representing the descriptive metadata according to the schemaProvenanceFacetImpl.getDocument()Provenance Document, e.g., an XML according to the reference schema.SchemaFacetImpl.getSchema()SubjectFacetImpl.getSubject()Methods in org.gcube.resourcemanagement.model.impl.entities.facets with parameters of type ValueSchemaModifier and TypeMethodDescriptionvoidCoverageFacetImpl.setCoverage(ValueSchema coverage) voidDescriptiveMetadataFacetImpl.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) voidSubjectFacetImpl.setSubject(ValueSchema subject) -
Uses of ValueSchema in org.gcube.resourcemanagement.model.impl.properties
Classes in org.gcube.resourcemanagement.model.impl.properties that implement ValueSchemaFields in org.gcube.resourcemanagement.model.impl.properties declared as ValueSchemaMethods in org.gcube.resourcemanagement.model.impl.properties that return ValueSchemaMethods in org.gcube.resourcemanagement.model.impl.properties with parameters of type ValueSchemaModifier and TypeMethodDescriptionvoidAccessPolicyImpl.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 ValueSchemaModifier and TypeMethodDescriptionCoverageFacet.getCoverage()The value indicates the 'area' covered by the dataset according to the schemaDescriptiveMetadataFacet.getDescriptiveMetadata()A metadata record representing the descriptive metadata according to the schemaProvenanceFacet.getDocument()Provenance Document, e.g., an XML according to the reference schema.SchemaFacet.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.SubjectFacet.getSubject()The value of the subject according to the schemaMethods in org.gcube.resourcemanagement.model.reference.entities.facets with parameters of type ValueSchemaModifier and TypeMethodDescriptionvoidCoverageFacet.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 ValueSchemaModifier and TypeMethodDescriptionstatic ValueSchemaValueSchema.getDefaultInstance()Returns a default instance of ValueSchemaAccessPolicy.getPolicy()The access policyMethods in org.gcube.resourcemanagement.model.reference.properties with parameters of type ValueSchemaModifier and TypeMethodDescriptionvoidAccessPolicy.setPolicy(ValueSchema policy) Sets the access policyValueSchema.SchemaValidator.validate(ValueSchema property) Applies this validation to the given property.