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()ProvenanceFacetImpl.getDocument()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) voidProvenanceFacetImpl.setDocument(ValueSchema document) 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 ValueSchema -
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()DescriptiveMetadataFacet.getDescriptiveMetadata()ProvenanceFacet.getDocument()SchemaFacet.getSchema()SubjectFacet.getSubject()Methods in org.gcube.resourcemanagement.model.reference.entities.facets with parameters of type ValueSchemaModifier and TypeMethodDescriptionvoidCoverageFacet.setCoverage(ValueSchema coverage) voidDescriptiveMetadataFacet.setDescriptiveMetadata(ValueSchema metadata) voidProvenanceFacet.setDocument(ValueSchema document) voidSchemaFacet.setSchema(ValueSchema schema) voidSubjectFacet.setSubject(ValueSchema subject) -
Uses of ValueSchema in org.gcube.resourcemanagement.model.reference.properties
Methods in org.gcube.resourcemanagement.model.reference.properties that return ValueSchemaMethods in org.gcube.resourcemanagement.model.reference.properties with parameters of type ValueSchemaModifier and TypeMethodDescriptionvoidAccessPolicy.setPolicy(ValueSchema policy) ValueSchema.SchemaValidator.validate(ValueSchema property)