| Package | Description | 
|---|---|
| org.jclouds.vcloud.binders | |
| org.jclouds.vcloud.config | |
| org.jclouds.vcloud.features | |
| org.jclouds.vcloud.functions | |
| org.jclouds.vcloud.xml | 
| Constructor and Description | 
|---|
OrgNameCatalogNameItemNameToEndpoint(com.google.common.base.Supplier<Map<String,Map<String,Catalog>>> orgCatalogMap,
                                    com.google.common.base.Supplier<ReferenceType> defaultOrg,
                                    com.google.common.base.Supplier<ReferenceType> defaultCatalog)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected com.google.common.base.Function<Catalog,Iterable<CatalogItem>> | 
VCloudRestClientModule.OrgCatalogItemSupplier.allCatalogItemsInCatalog  | 
protected com.google.common.base.Function<Org,Iterable<Catalog>> | 
VCloudRestClientModule.OrgCatalogSupplier.allCatalogsInOrg  | 
protected com.google.common.base.Supplier<Map<String,Map<String,Catalog>>> | 
VCloudRestClientModule.OrgCatalogItemSupplier.catalogSupplier  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,Map<String,Catalog>> | 
VCloudRestClientModule.OrgCatalogSupplier.get()  | 
protected com.google.common.base.Supplier<Map<URI,Catalog>> | 
DefaultVCloudReferencesModule.provideCatalogsById(com.google.common.base.Supplier<Map<String,Map<String,Catalog>>> supplier)  | 
protected com.google.common.base.Supplier<Map<String,Map<String,Catalog>>> | 
VCloudRestClientModule.provideOrgCatalogItemMapSupplierCache(long seconds,
                                     AtomicReference<AuthorizationException> authException,
                                     VCloudRestClientModule.OrgCatalogSupplier supplier)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected com.google.common.base.Supplier<Map<URI,Catalog>> | 
DefaultVCloudReferencesModule.provideCatalogsById(com.google.common.base.Supplier<Map<String,Map<String,Catalog>>> supplier)  | 
| Constructor and Description | 
|---|
DefaultVCloudReferencesModule.WriteableCatalog(com.google.common.base.Supplier<Map<URI,Catalog>> catalogsByIdSupplier)  | 
VCloudRestClientModule.OrgCatalogItemSupplier(com.google.common.base.Supplier<Map<String,Map<String,Catalog>>> catalogSupplier,
                                             com.google.common.base.Function<Catalog,Iterable<CatalogItem>> allCatalogItemsInCatalog)  | 
VCloudRestClientModule.OrgCatalogItemSupplier(com.google.common.base.Supplier<Map<String,Map<String,Catalog>>> catalogSupplier,
                                             com.google.common.base.Function<Catalog,Iterable<CatalogItem>> allCatalogItemsInCatalog)  | 
VCloudRestClientModule.OrgCatalogSupplier(com.google.common.base.Supplier<Map<String,Org>> orgSupplier,
                                         com.google.common.base.Function<Org,Iterable<Catalog>> allCatalogsInOrg)  | 
| Modifier and Type | Method and Description | 
|---|---|
Catalog | 
CatalogClient.findCatalogInOrgNamed(String orgName,
                     String catalogName)
returns the catalog in the organization associated with the specified name. 
 | 
Catalog | 
CatalogClient.getCatalog(URI catalogId)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<Catalog> | 
CatalogAsyncClient.findCatalogInOrgNamed(String orgName,
                     String catalogName)  | 
com.google.common.util.concurrent.ListenableFuture<Catalog> | 
CatalogAsyncClient.getCatalog(URI catalogId)  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<Catalog> | 
CatalogsInOrg.apply(Org org)  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<CatalogItem> | 
CatalogItemsInCatalog.apply(Catalog from)  | 
| Modifier and Type | Method and Description | 
|---|---|
Catalog | 
CatalogHandler.getResult()  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.