Uses of Interface
org.gcube.resourcemanagement.model.reference.entities.resources.Configuration
-
-
Uses of Configuration in org.gcube.resourcemanagement.model.impl.entities.resources
Classes in org.gcube.resourcemanagement.model.impl.entities.resources that implement Configuration Modifier and Type Class Description classConfigurationImpl -
Uses of Configuration in org.gcube.resourcemanagement.model.impl.relations.isrelatedto
Classes in org.gcube.resourcemanagement.model.impl.relations.isrelatedto with type parameters of type Configuration Modifier and Type Class Description classIsDerivationOfImpl<Out extends Configuration,In extends ConfigurationTemplate> -
Uses of Configuration in org.gcube.resourcemanagement.model.reference.entities.resources
Methods in org.gcube.resourcemanagement.model.reference.entities.resources that return Configuration Modifier and Type Method Description static ConfigurationConfiguration. getDefaultInstance()Returns a default instance of Configuration -
Uses of Configuration in org.gcube.resourcemanagement.model.reference.relations.isrelatedto
Classes in org.gcube.resourcemanagement.model.reference.relations.isrelatedto with type parameters of type Configuration Modifier and Type Interface Description 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 Configuration Modifier and Type Method Description static <Out extends Configuration,In extends ConfigurationTemplate>
IsDerivationOf<Out,In>IsDerivationOf. getDefaultInstance(Out out, In in)Returns a default instance of IsDerivationOf
-