Uses of Class
org.gcube.informationsystem.glitebridge.resource.storageelement.StorageAreaType

Packages that use StorageAreaType
org.gcube.informationsystem.glitebridge.harvester.resource.storageelement   
org.gcube.informationsystem.glitebridge.kimpl.storageelement   
org.gcube.informationsystem.glitebridge.resource.storageelement   
 

Uses of StorageAreaType in org.gcube.informationsystem.glitebridge.harvester.resource.storageelement
 

Methods in org.gcube.informationsystem.glitebridge.harvester.resource.storageelement that return types with arguments of type StorageAreaType
static java.util.List<StorageAreaType> StorageAreaTypeHarvester.harvestDetails(KeyValueCouple<java.lang.String,java.lang.String>... couples)
           
 

Uses of StorageAreaType in org.gcube.informationsystem.glitebridge.kimpl.storageelement
 

Methods in org.gcube.informationsystem.glitebridge.kimpl.storageelement that return StorageAreaType
static StorageAreaType KStorageAreaType.load(org.kxml2.io.KXmlParser parser, java.lang.String rootTag)
           
 

Methods in org.gcube.informationsystem.glitebridge.kimpl.storageelement with parameters of type StorageAreaType
static void KStorageAreaType.store(StorageAreaType storageAreaType, org.kxml2.io.KXmlSerializer serializer, java.lang.String rootTag)
           
 

Uses of StorageAreaType in org.gcube.informationsystem.glitebridge.resource.storageelement
 

Methods in org.gcube.informationsystem.glitebridge.resource.storageelement that return types with arguments of type StorageAreaType
 java.util.List<StorageAreaType> StorageElementType.getStorageArea()
           
 

Method parameters in org.gcube.informationsystem.glitebridge.resource.storageelement with type arguments of type StorageAreaType
 void StorageElementType.setStorageArea(java.util.List<StorageAreaType> storageArea)