Uses of Interface
org.gcube.resourcemanagement.model.reference.entities.resources.ConfigurationTemplate
-
-
Uses of ConfigurationTemplate in org.gcube.resourcemanagement.model.impl.entities.resources
Classes in org.gcube.resourcemanagement.model.impl.entities.resources that implement ConfigurationTemplate Modifier and Type Class Description classConfigurationImplclassConfigurationTemplateImpl -
Uses of ConfigurationTemplate in org.gcube.resourcemanagement.model.impl.relations.isrelatedto
Classes in org.gcube.resourcemanagement.model.impl.relations.isrelatedto with type parameters of type ConfigurationTemplate Modifier and Type Class Description classIsConfiguredByImpl<Out extends Software,In extends ConfigurationTemplate>classIsCustomizedByImpl<Out extends Service,In extends ConfigurationTemplate>classIsDerivationOfImpl<Out extends Configuration,In extends ConfigurationTemplate> -
Uses of ConfigurationTemplate in org.gcube.resourcemanagement.model.reference.entities.resources
Subinterfaces of ConfigurationTemplate in org.gcube.resourcemanagement.model.reference.entities.resources Modifier and Type Interface Description interfaceConfigurationConfiguration is a specialisation ofConfigurationTemplateand is an instance of a configuration template characterising the behaviour and shape of the resource it is attached to. -
Uses of ConfigurationTemplate in org.gcube.resourcemanagement.model.reference.relations.isrelatedto
Classes in org.gcube.resourcemanagement.model.reference.relations.isrelatedto with type parameters of type ConfigurationTemplate Modifier and Type Interface Description interfaceIsConfiguredBy<Out extends Software,In extends ConfigurationTemplate>The relation IsConfiguredBy indicates that the sourceSoftwarerequires a configuration when it is instantiated.interfaceIsCustomizedBy<Out extends Service,In extends ConfigurationTemplate>IsCustomizedBy evidences that anyServicecan be customised by aConfigurationTemplate.interfaceIsDerivationOf<Out extends Configuration,In extends ConfigurationTemplate>IsDerivationOf indicate that the sourceConfigurationis an instantiation of the targetConfigurationTemplate.
-