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

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

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

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

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

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

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

Method parameters in org.gcube.informationsystem.glitebridge.resource.site with type arguments of type StoragePartitionType
 void HostType.setStoragePartition(java.util.List<StoragePartitionType> storagePartition)