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. coverageprotected ValueSchemaDescriptiveMetadataFacetImpl. descriptiveMetadataprotected ValueSchemaProvenanceFacetImpl. documentprotected ValueSchemaSchemaFacetImpl. schemaprotected ValueSchemaSubjectFacetImpl. subjectMethods in org.gcube.resourcemanagement.model.impl.entities.facets that return ValueSchema Modifier and Type Method Description ValueSchemaCoverageFacetImpl. getCoverage()ValueSchemaDescriptiveMetadataFacetImpl. getDescriptiveMetadata()ValueSchemaProvenanceFacetImpl. getDocument()ValueSchemaSchemaFacetImpl. getSchema()ValueSchemaSubjectFacetImpl. getSubject()Methods in org.gcube.resourcemanagement.model.impl.entities.facets with parameters of type ValueSchema Modifier and Type Method Description voidCoverageFacetImpl. 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 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. policyMethods in org.gcube.resourcemanagement.model.impl.properties that return ValueSchema Modifier and Type Method Description ValueSchemaAccessPolicyImpl. getPolicy()Methods in org.gcube.resourcemanagement.model.impl.properties with parameters of type ValueSchema Modifier and Type Method Description voidAccessPolicyImpl. setPolicy(ValueSchema 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()ValueSchemaDescriptiveMetadataFacet. getDescriptiveMetadata()ValueSchemaProvenanceFacet. getDocument()ValueSchemaSchemaFacet. getSchema()ValueSchemaSubjectFacet. getSubject()Methods in org.gcube.resourcemanagement.model.reference.entities.facets with parameters of type ValueSchema Modifier and Type Method Description voidCoverageFacet. 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 ValueSchema Modifier and Type Method Description ValueSchemaAccessPolicy. getPolicy()Methods in org.gcube.resourcemanagement.model.reference.properties with parameters of type ValueSchema Modifier and Type Method Description voidAccessPolicy. setPolicy(ValueSchema policy)ValidationValueSchema.SchemaValidator. validate(ValueSchema property)
-