Uses of Interface
org.gcube.resourcemanagement.model.reference.entities.resources.Software
-
-
Uses of Software in org.gcube.resourcemanagement.model.impl.entities.resources
Classes in org.gcube.resourcemanagement.model.impl.entities.resources that implement Software Modifier and Type Class Description classPluginImplclassSoftwareImpl -
Uses of Software in org.gcube.resourcemanagement.model.impl.relations.isrelatedto
Classes in org.gcube.resourcemanagement.model.impl.relations.isrelatedto with type parameters of type Software Modifier and Type Class Description classDemandsImpl<Out extends VirtualService,In extends Software>classDependsOnImpl<Out extends Software,In extends Software>classDependsOnImpl<Out extends Software,In extends Software>classEnablesImpl<Out extends Service,In extends Software>classIsConfiguredByImpl<Out extends Software,In extends ConfigurationTemplate>classIsPluginOfImpl<Out extends Plugin,In extends Software>classRequiresImpl<Out extends Software,In extends Service> -
Uses of Software in org.gcube.resourcemanagement.model.reference.entities.resources
Subinterfaces of Software in org.gcube.resourcemanagement.model.reference.entities.resources Modifier and Type Interface Description interfacePluginMethods in org.gcube.resourcemanagement.model.reference.entities.resources that return Software Modifier and Type Method Description static SoftwareSoftware. getDefaultInstance()Returns a default instance of Software -
Uses of Software in org.gcube.resourcemanagement.model.reference.relations.isrelatedto
Classes in org.gcube.resourcemanagement.model.reference.relations.isrelatedto with type parameters of type Software Modifier and Type Interface Description interfaceDemands<Out extends VirtualService,In extends Software>Demands is used to properly support to share aVirtualServicewith another context.interfaceDependsOn<Out extends Software,In extends Software>DependsOn indicates that aSoftwarerequires another one to work.interfaceDependsOn<Out extends Software,In extends Software>DependsOn indicates that aSoftwarerequires another one to work.interfaceEnables<Out extends Service,In extends Software>interfaceIsConfiguredBy<Out extends Software,In extends ConfigurationTemplate>The relation IsConfiguredBy indicates that the sourceSoftwarerequires a configuration when it is instantiated.interfaceIsPluginOf<Out extends Plugin,In extends Software>interfaceRequires<Out extends Software,In extends Service>Methods in org.gcube.resourcemanagement.model.reference.relations.isrelatedto with type parameters of type Software Modifier and Type Method Description static <Out extends VirtualService,In extends Software>
Demands<Out,In>Demands. getDefaultInstance(Out out, In in)Returns a default instance of Demandsstatic <Out extends Software,In extends Software>
DependsOn<Out,In>DependsOn. getDefaultInstance(Out out, In in)Returns a default instance of DependsOnstatic <Out extends Software,In extends Software>
DependsOn<Out,In>DependsOn. getDefaultInstance(Out out, In in)Returns a default instance of DependsOnstatic <Out extends Service,In extends Software>
Enables<Out,In>Enables. getDefaultInstance(Out out, In in)Returns a default instance of Enablesstatic <Out extends Software,In extends ConfigurationTemplate>
IsConfiguredBy<Out,In>IsConfiguredBy. getDefaultInstance(Out out, In in)Returns a default instance of IsConfiguredBystatic <Out extends Plugin,In extends Software>
IsPluginOf<Out,In>IsPluginOf. getDefaultInstance(Out out, In in)Returns a default instance of IsPluginOfstatic <Out extends Software,In extends Service>
Requires<Out,In>Requires. getDefaultInstance(Out out, In in)Returns a default instance of Requires
-