org.jclouds.vcloud.features
Interface CatalogAsyncClient

All Known Subinterfaces:
CatalogAsyncApi

Deprecated. The async interface will be removed in jclouds 1.7.

@Deprecated
public interface CatalogAsyncClient

Provides access to Catalog functionality in vCloud

Author:
Adrian Cole

Method Summary
 com.google.common.util.concurrent.ListenableFuture<CatalogItem> addVAppTemplateOrMediaImageToCatalogAndNameItem(URI entity, URI catalog, String name, CatalogItemOptions... options)
          Deprecated.  
 com.google.common.util.concurrent.ListenableFuture<Void> deleteCatalogItem(URI href)
          Deprecated.  
 com.google.common.util.concurrent.ListenableFuture<Catalog> findCatalogInOrgNamed(String orgName, String catalogName)
          Deprecated.  
 com.google.common.util.concurrent.ListenableFuture<CatalogItem> findCatalogItemInOrgCatalogNamed(String orgName, String catalogName, String itemName)
          Deprecated.  
 com.google.common.util.concurrent.ListenableFuture<Catalog> getCatalog(URI catalogId)
          Deprecated.  
 com.google.common.util.concurrent.ListenableFuture<CatalogItem> getCatalogItem(URI catalogItem)
          Deprecated.  
 

Method Detail

getCatalog

com.google.common.util.concurrent.ListenableFuture<Catalog> getCatalog(URI catalogId)
Deprecated. 
See Also:
CatalogClient.getCatalog(java.net.URI)

findCatalogInOrgNamed

com.google.common.util.concurrent.ListenableFuture<Catalog> findCatalogInOrgNamed(@Nullable
                                                                                  String orgName,
                                                                                  @Nullable
                                                                                  String catalogName)
Deprecated. 
See Also:
CatalogClient.findCatalogInOrgNamed(java.lang.String, java.lang.String)

getCatalogItem

com.google.common.util.concurrent.ListenableFuture<CatalogItem> getCatalogItem(URI catalogItem)
Deprecated. 
See Also:
CatalogClient.getCatalogItem(java.net.URI)

findCatalogItemInOrgCatalogNamed

com.google.common.util.concurrent.ListenableFuture<CatalogItem> findCatalogItemInOrgCatalogNamed(@Nullable
                                                                                                 String orgName,
                                                                                                 @Nullable
                                                                                                 String catalogName,
                                                                                                 String itemName)
Deprecated. 
See Also:
CatalogClient#getCatalogItemInOrg

addVAppTemplateOrMediaImageToCatalogAndNameItem

com.google.common.util.concurrent.ListenableFuture<CatalogItem> addVAppTemplateOrMediaImageToCatalogAndNameItem(URI entity,
                                                                                                                URI catalog,
                                                                                                                String name,
                                                                                                                CatalogItemOptions... options)
Deprecated. 
See Also:
CatalogClient#addVAppTemplateOrMediaImageToCatalog

deleteCatalogItem

com.google.common.util.concurrent.ListenableFuture<Void> deleteCatalogItem(URI href)
Deprecated. 
See Also:
CatalogClient.deleteCatalogItem(java.net.URI)


Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.