Uses of Interface
org.gcube.resourcemanagement.model.reference.properties.QueryTemplateReference
-
Packages that use QueryTemplateReference 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 -
-
Uses of QueryTemplateReference in org.gcube.resourcemanagement.model.impl.entities.facets
Fields in org.gcube.resourcemanagement.model.impl.entities.facets with type parameters of type QueryTemplateReference Modifier and Type Field Description protected List<QueryTemplateReference>DiscoveryFacetImpl. queryTemplatesMethods in org.gcube.resourcemanagement.model.impl.entities.facets that return types with arguments of type QueryTemplateReference Modifier and Type Method Description List<QueryTemplateReference>DiscoveryFacetImpl. getQueryTemplates()Methods in org.gcube.resourcemanagement.model.impl.entities.facets with parameters of type QueryTemplateReference Modifier and Type Method Description voidDiscoveryFacetImpl. addQueryTemplates(QueryTemplateReference queryTemplates)Method parameters in org.gcube.resourcemanagement.model.impl.entities.facets with type arguments of type QueryTemplateReference Modifier and Type Method Description voidDiscoveryFacetImpl. setQueryTemplates(List<QueryTemplateReference> queryTemplates) -
Uses of QueryTemplateReference in org.gcube.resourcemanagement.model.impl.properties
Classes in org.gcube.resourcemanagement.model.impl.properties that implement QueryTemplateReference Modifier and Type Class Description classQueryTemplateReferenceImpl -
Uses of QueryTemplateReference in org.gcube.resourcemanagement.model.reference.entities.facets
Methods in org.gcube.resourcemanagement.model.reference.entities.facets that return types with arguments of type QueryTemplateReference Modifier and Type Method Description List<QueryTemplateReference>DiscoveryFacet. getQueryTemplates()Methods in org.gcube.resourcemanagement.model.reference.entities.facets with parameters of type QueryTemplateReference Modifier and Type Method Description voidDiscoveryFacet. addQueryTemplates(QueryTemplateReference queryTemplates)Method parameters in org.gcube.resourcemanagement.model.reference.entities.facets with type arguments of type QueryTemplateReference Modifier and Type Method Description voidDiscoveryFacet. setQueryTemplates(List<QueryTemplateReference> queryTemplates)
-