Uses of Class
org.gcube.informationsystem.glitebridge.resource.site.StorageDevice2StoragePartition

Packages that use StorageDevice2StoragePartition
org.gcube.informationsystem.glitebridge.kimpl.site   
org.gcube.informationsystem.glitebridge.resource.site   
 

Uses of StorageDevice2StoragePartition in org.gcube.informationsystem.glitebridge.kimpl.site
 

Methods in org.gcube.informationsystem.glitebridge.kimpl.site that return StorageDevice2StoragePartition
static StorageDevice2StoragePartition KStorageDevice2StoragePartition.load(org.kxml2.io.KXmlParser parser, java.lang.String rootTag)
           
 

Methods in org.gcube.informationsystem.glitebridge.kimpl.site with parameters of type StorageDevice2StoragePartition
static void KStorageDevice2StoragePartition.store(StorageDevice2StoragePartition storageDevice2StoragePartition, org.kxml2.io.KXmlSerializer serializer, java.lang.String rootTag)
           
 

Uses of StorageDevice2StoragePartition in org.gcube.informationsystem.glitebridge.resource.site
 

Methods in org.gcube.informationsystem.glitebridge.resource.site that return types with arguments of type StorageDevice2StoragePartition
 java.util.List<StorageDevice2StoragePartition> HostType.getStorageDevice2StoragePartition()
           
 

Method parameters in org.gcube.informationsystem.glitebridge.resource.site with type arguments of type StorageDevice2StoragePartition
 void HostType.setStorageDevice2StoragePartition(java.util.List<StorageDevice2StoragePartition> storageDevice2StoragePartition)