Uses of Class
org.gcube.informationsystem.glitebridge.kimpl.KStorageElement

Packages that use KStorageElement
org.gcube.informationsystem.glitebridge.harvester   
org.gcube.informationsystem.glitebridge.harvester.resource   
org.gcube.informationsystem.glitebridge.publisher   
org.gcube.informationsystem.glitebridge.stubs.testsuite   
 

Uses of KStorageElement in org.gcube.informationsystem.glitebridge.harvester
 

Methods in org.gcube.informationsystem.glitebridge.harvester that return types with arguments of type KStorageElement
 java.util.List<KStorageElement> Harvester.getKStorageElementsTotal()
           
 

Uses of KStorageElement in org.gcube.informationsystem.glitebridge.harvester.resource
 

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

Uses of KStorageElement in org.gcube.informationsystem.glitebridge.publisher
 

Method parameters in org.gcube.informationsystem.glitebridge.publisher with type arguments of type KStorageElement
 java.util.List<java.lang.String> GenericResourcesPublisher.publishResources(java.util.List<KSite> kSitesTotal, java.util.List<KCluster> kClustersTotal, java.util.List<KStorageElement> kStorageElementsTotal, GCUBEScope gcubeScope)
          Public Harvested gLite Resources
 

Uses of KStorageElement in org.gcube.informationsystem.glitebridge.stubs.testsuite
 

Method parameters in org.gcube.informationsystem.glitebridge.stubs.testsuite with type arguments of type KStorageElement
static void HarvesterTest.printOnfile(java.util.List<KSite> kSites, java.util.List<KCluster> kClusters, java.util.List<KStorageElement> kStorageElements)