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

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

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

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

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

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

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

Method parameters in org.gcube.informationsystem.glitebridge.publisher with type arguments of type KSite
 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 KSite in org.gcube.informationsystem.glitebridge.stubs.testsuite
 

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