Uses of Interface
org.jclouds.vcloud.domain.Catalog

Packages that use Catalog
org.jclouds.vcloud   
org.jclouds.vcloud.config   
org.jclouds.vcloud.features   
org.jclouds.vcloud.functions   
org.jclouds.vcloud.xml   
 

Uses of Catalog in org.jclouds.vcloud
 

Methods in org.jclouds.vcloud that return Catalog
 Catalog VCloudClient.findCatalogInOrgNamed(String orgName, String catalogName)
          Deprecated. 
 Catalog VCloudClient.getCatalog(URI catalogId)
          Deprecated. 
 

Methods in org.jclouds.vcloud that return types with arguments of type Catalog
 com.google.common.util.concurrent.ListenableFuture<? extends Catalog> VCloudAsyncClient.findCatalogInOrgNamed(String orgName, String catalogName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Catalog> VCloudAsyncClient.getCatalog(URI catalogId)
           
 

Uses of Catalog in org.jclouds.vcloud.config
 

Fields in org.jclouds.vcloud.config with type parameters of type Catalog
protected  com.google.common.base.Function<Catalog,Iterable<? extends CatalogItem>> VCloudRestClientModule.OrgCatalogItemSupplier.allCatalogItemsInCatalog
           
protected  com.google.common.base.Function<Org,Iterable<? extends Catalog>> VCloudRestClientModule.OrgCatalogSupplier.allCatalogsInOrg
           
protected  com.google.common.base.Supplier<Map<String,Map<String,? extends Catalog>>> VCloudRestClientModule.OrgCatalogItemSupplier.catalogSupplier
           
 

Methods in org.jclouds.vcloud.config that return types with arguments of type Catalog
 Map<String,Map<String,? extends Catalog>> VCloudRestClientModule.OrgCatalogSupplier.get()
           
protected  com.google.common.base.Supplier<Map<URI,? extends Catalog>> DefaultVCloudReferencesModule.provideCatalogsById(com.google.common.base.Supplier<Map<String,Map<String,? extends Catalog>>> supplier)
           
protected  com.google.common.base.Supplier<Map<String,Map<String,? extends Catalog>>> VCloudRestClientModule.provideOrgCatalogItemMapSupplierCache(long seconds, AtomicReference<AuthorizationException> authException, VCloudRestClientModule.OrgCatalogSupplier supplier)
           
 

Method parameters in org.jclouds.vcloud.config with type arguments of type Catalog
protected  com.google.common.base.Supplier<Map<URI,? extends Catalog>> DefaultVCloudReferencesModule.provideCatalogsById(com.google.common.base.Supplier<Map<String,Map<String,? extends Catalog>>> supplier)
           
 

Constructor parameters in org.jclouds.vcloud.config with type arguments of type Catalog
DefaultVCloudReferencesModule.WriteableCatalog(com.google.common.base.Supplier<Map<URI,? extends Catalog>> catalogsByIdSupplier)
           
VCloudRestClientModule.OrgCatalogItemSupplier(com.google.common.base.Supplier<Map<String,Map<String,? extends Catalog>>> catalogSupplier, com.google.common.base.Function<Catalog,Iterable<? extends CatalogItem>> allCatalogItemsInCatalog)
           
VCloudRestClientModule.OrgCatalogItemSupplier(com.google.common.base.Supplier<Map<String,Map<String,? extends Catalog>>> catalogSupplier, com.google.common.base.Function<Catalog,Iterable<? extends CatalogItem>> allCatalogItemsInCatalog)
           
VCloudRestClientModule.OrgCatalogSupplier(com.google.common.base.Supplier<Map<String,? extends Org>> orgSupplier, com.google.common.base.Function<Org,Iterable<? extends Catalog>> allCatalogsInOrg)
           
 

Uses of Catalog in org.jclouds.vcloud.features
 

Methods in org.jclouds.vcloud.features that return Catalog
 Catalog CatalogClient.findCatalogInOrgNamed(String orgName, String catalogName)
          returns the catalog in the organization associated with the specified name.
 Catalog CatalogClient.getCatalog(URI catalogId)
           
 

Methods in org.jclouds.vcloud.features that return types with arguments of type Catalog
 com.google.common.util.concurrent.ListenableFuture<? extends Catalog> CatalogAsyncClient.findCatalogInOrgNamed(String orgName, String catalogName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Catalog> CatalogAsyncClient.getCatalog(URI catalogId)
           
 

Uses of Catalog in org.jclouds.vcloud.functions
 

Methods in org.jclouds.vcloud.functions that return types with arguments of type Catalog
 Iterable<? extends Catalog> AllCatalogsInOrg.apply(Org org)
           
 

Methods in org.jclouds.vcloud.functions with parameters of type Catalog
 Iterable<? extends CatalogItem> AllCatalogItemsInCatalog.apply(Catalog from)
           
 

Constructor parameters in org.jclouds.vcloud.functions with type arguments of type Catalog
OrgNameCatalogNameItemNameToEndpoint(com.google.common.base.Supplier<Map<String,Map<String,? extends Catalog>>> orgCatalogMap, ReferenceType defaultOrg, ReferenceType defaultCatalog)
           
 

Uses of Catalog in org.jclouds.vcloud.xml
 

Methods in org.jclouds.vcloud.xml that return Catalog
 Catalog CatalogHandler.getResult()
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.