Uses of Class
org.gcube.vremanagement.vremodeler.resources.ResourceDefinition

Packages that use ResourceDefinition
org.gcube.vremanagement.vremodeler.impl.peristentobjects   
org.gcube.vremanagement.vremodeler.resources   
org.gcube.vremanagement.vremodeler.resources.kxml   
 

Uses of ResourceDefinition in org.gcube.vremanagement.vremodeler.impl.peristentobjects
 

Methods in org.gcube.vremanagement.vremodeler.impl.peristentobjects that return types with arguments of type ResourceDefinition
 HashSet<ResourceDefinition<?>> FunctionalityPersisted.getMandatoryResources()
           
 HashSet<ResourceDefinition<?>> FunctionalityPersisted.getSelectableResources()
           
 

Method parameters in org.gcube.vremanagement.vremodeler.impl.peristentobjects with type arguments of type ResourceDefinition
 void FunctionalityPersisted.setMandatoryResources(HashSet<ResourceDefinition<?>> mandatoryResources)
           
 void FunctionalityPersisted.setSelectableResources(HashSet<ResourceDefinition<?>> selectableResources)
           
 

Uses of ResourceDefinition in org.gcube.vremanagement.vremodeler.resources
 

Subclasses of ResourceDefinition in org.gcube.vremanagement.vremodeler.resources
 class GenericResources
           
 class RuntimeResources
           
 

Methods in org.gcube.vremanagement.vremodeler.resources that return types with arguments of type ResourceDefinition
 List<ResourceDefinition<?>> Functionality.getMandatoryResources()
           
 List<ResourceDefinition<?>> Functionality.getSelectableResources()
           
 

Method parameters in org.gcube.vremanagement.vremodeler.resources with type arguments of type ResourceDefinition
 void Functionality.setMandatoryResources(List<ResourceDefinition<?>> mandatoryResources)
           
 void Functionality.setSelectableResources(List<ResourceDefinition<?>> selectableResources)
           
 

Uses of ResourceDefinition in org.gcube.vremanagement.vremodeler.resources.kxml
 

Methods in org.gcube.vremanagement.vremodeler.resources.kxml that return types with arguments of type ResourceDefinition
static List<ResourceDefinition<?>> KResources.load(org.kxml2.io.KXmlParser parser, String tag)
           
 

Methods in org.gcube.vremanagement.vremodeler.resources.kxml with parameters of type ResourceDefinition
static void KResources.store(ResourceDefinition<?> component, org.kxml2.io.KXmlSerializer serializer)
           
 



Copyright © 2013. All Rights Reserved.