|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Catalog | |
---|---|
org.jclouds.vcloud.config | |
org.jclouds.vcloud.features | |
org.jclouds.vcloud.functions | |
org.jclouds.vcloud.xml |
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<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
|
Methods in org.jclouds.vcloud.config that return types with arguments of type Catalog | |
---|---|
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)
|
Method parameters in org.jclouds.vcloud.config with type arguments of type Catalog | |
---|---|
protected com.google.common.base.Supplier<Map<URI,Catalog>> |
DefaultVCloudReferencesModule.provideCatalogsById(com.google.common.base.Supplier<Map<String,Map<String,Catalog>>> supplier)
|
Constructor parameters in org.jclouds.vcloud.config with type arguments of type Catalog | |
---|---|
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)
|
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<Catalog> |
CatalogAsyncClient.findCatalogInOrgNamed(String orgName,
String catalogName)
|
com.google.common.util.concurrent.ListenableFuture<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<Catalog> |
AllCatalogsInOrg.apply(Org org)
|
Methods in org.jclouds.vcloud.functions with parameters of type Catalog | |
---|---|
Iterable<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,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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |