Uses of Class
org.jclouds.vcloud.director.v1_5.domain.Owner

Packages that use Owner
org.jclouds.vcloud.director.v1_5.domain   
org.jclouds.vcloud.director.v1_5.features   
org.jclouds.vcloud.director.v1_5.features.admin   
 

Uses of Owner in org.jclouds.vcloud.director.v1_5.domain
 

Fields in org.jclouds.vcloud.director.v1_5.domain declared as Owner
protected  Owner Media.owner
           
 

Methods in org.jclouds.vcloud.director.v1_5.domain that return Owner
 Owner Owner.Builder.build()
           
 Owner VApp.getOwner()
          Gets the value of the owner property.
 Owner Catalog.getOwner()
          Gets the value of the owner property.
 Owner VAppTemplate.getOwner()
          Gets the value of the owner property.
 Owner Media.getOwner()
          Gets the value of the owner property.
 

Methods in org.jclouds.vcloud.director.v1_5.domain with parameters of type Owner
 B Owner.Builder.fromOwner(Owner in)
           
 B VApp.Builder.owner(Owner owner)
           
 B Catalog.Builder.owner(Owner owner)
           
 B VAppTemplate.Builder.owner(Owner owner)
           
 B Media.Builder.owner(Owner owner)
           
 

Uses of Owner in org.jclouds.vcloud.director.v1_5.features
 

Methods in org.jclouds.vcloud.director.v1_5.features that return Owner
 Owner VAppApi.getOwner(String vAppUrn)
          Retrieves the owner of a VApp.
 Owner MediaApi.getOwner(String mediaUrn)
          Retrieves an owner.
 Owner VAppTemplateApi.getOwner(String templateUrn)
          Retrieves vApp template owner.
 Owner VAppApi.getOwner(URI vAppHref)
           
 Owner MediaApi.getOwner(URI mediaHref)
           
 Owner VAppTemplateApi.getOwner(URI templateHref)
           
 

Methods in org.jclouds.vcloud.director.v1_5.features that return types with arguments of type Owner
 com.google.common.util.concurrent.ListenableFuture<Owner> VAppAsyncApi.getOwner(String vAppUrn)
           
 com.google.common.util.concurrent.ListenableFuture<Owner> MediaAsyncApi.getOwner(String mediaUrn)
           
 com.google.common.util.concurrent.ListenableFuture<Owner> VAppTemplateAsyncApi.getOwner(String templateUrn)
           
 com.google.common.util.concurrent.ListenableFuture<Owner> VAppAsyncApi.getOwner(URI vAppHref)
           
 com.google.common.util.concurrent.ListenableFuture<Owner> MediaAsyncApi.getOwner(URI mediaHref)
           
 com.google.common.util.concurrent.ListenableFuture<Owner> VAppTemplateAsyncApi.getOwner(URI templateHref)
           
 

Methods in org.jclouds.vcloud.director.v1_5.features with parameters of type Owner
 com.google.common.util.concurrent.ListenableFuture<Void> VAppAsyncApi.editOwner(String vAppUrn, Owner owner)
           
 void VAppApi.editOwner(String vAppUrn, Owner owner)
          Changes VApp owner.
 com.google.common.util.concurrent.ListenableFuture<Void> VAppAsyncApi.editOwner(URI vAppHref, Owner owner)
           
 void VAppApi.editOwner(URI vAppHref, Owner owner)
           
 

Uses of Owner in org.jclouds.vcloud.director.v1_5.features.admin
 

Methods in org.jclouds.vcloud.director.v1_5.features.admin that return Owner
 Owner AdminCatalogApi.getOwner(String catalogUrn)
          Retrieves the owner of a catalog.
 Owner AdminCatalogApi.getOwner(URI catalogAdminHref)
           
 

Methods in org.jclouds.vcloud.director.v1_5.features.admin that return types with arguments of type Owner
 com.google.common.util.concurrent.ListenableFuture<Owner> AdminCatalogAsyncApi.getOwner(String catalogUrn)
           
 com.google.common.util.concurrent.ListenableFuture<Owner> AdminCatalogAsyncApi.getOwner(URI catalogAdminHref)
           
 

Methods in org.jclouds.vcloud.director.v1_5.features.admin with parameters of type Owner
 com.google.common.util.concurrent.ListenableFuture<Void> AdminCatalogAsyncApi.setOwner(String catalogUrn, Owner newOwner)
           
 void AdminCatalogApi.setOwner(String catalogUrn, Owner newOwner)
          Changes owner for catalog.
 com.google.common.util.concurrent.ListenableFuture<Void> AdminCatalogAsyncApi.setOwner(URI catalogAdminHref, Owner newOwner)
           
 void AdminCatalogApi.setOwner(URI catalogAdminHref, Owner newOwner)
           
 



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