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.Methods in org.gcube.resourcemanagement.model.reference.entities.resources that return ConfigurationTemplate Modifier and Type Method Description static ConfigurationTemplateConfigurationTemplate. getDefaultInstance()Returns a default instance of ConfigurationTemplate -
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.Methods in org.gcube.resourcemanagement.model.reference.relations.isrelatedto with type parameters of type ConfigurationTemplate Modifier and Type Method Description static <Out extends Software,In extends ConfigurationTemplate>
IsConfiguredBy<Out,In>IsConfiguredBy. getDefaultInstance(Out out, In in)Returns a default instance of IsConfiguredBystatic <Out extends Service,In extends ConfigurationTemplate>
IsCustomizedBy<Out,In>IsCustomizedBy. getDefaultInstance(Out out, In in)Returns a default instance of IsCustomizedBystatic <Out extends Configuration,In extends ConfigurationTemplate>
IsDerivationOf<Out,In>IsDerivationOf. getDefaultInstance(Out out, In in)Returns a default instance of IsDerivationOf
-