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

Packages that use Org
org.jclouds.vcloud.director.v1_5.domain.org   
org.jclouds.vcloud.director.v1_5.features   
org.jclouds.vcloud.director.v1_5.functions   
 

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

Subclasses of Org in org.jclouds.vcloud.director.v1_5.domain.org
 class AdminOrg
          The AdminOrg represents an administrative view of an organization.
 

Methods in org.jclouds.vcloud.director.v1_5.domain.org that return Org
 Org Org.Builder.build()
           
 

Methods in org.jclouds.vcloud.director.v1_5.domain.org with parameters of type Org
 B Org.Builder.fromOrg(Org in)
           
 

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

Methods in org.jclouds.vcloud.director.v1_5.features that return Org
 Org OrgApi.get(String orgUrn)
          Retrieves an organization.
 Org OrgApi.get(URI orgHref)
           
 

Methods in org.jclouds.vcloud.director.v1_5.features that return types with arguments of type Org
 com.google.common.util.concurrent.ListenableFuture<? extends Org> OrgAsyncApi.get(String orgUrn)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Org> OrgAsyncApi.get(URI orgHref)
           
 

Uses of Org in org.jclouds.vcloud.director.v1_5.functions
 

Methods in org.jclouds.vcloud.director.v1_5.functions that return types with arguments of type Org
 Iterable<? extends Org> OrgsForLocations.apply(Iterable<org.jclouds.domain.Location> from)
          Zones are assignable, but we want regions.
 Iterable<? extends Org> OrgsForNames.apply(Iterable<String> from)
           
 

Methods in org.jclouds.vcloud.director.v1_5.functions with parameters of type Org
 Iterable<VAppTemplate> VAppTemplatesInOrg.apply(Org from)
           
 Iterable<CatalogItem> AllCatalogItemsInOrg.apply(Org from)
           
 

Constructor parameters in org.jclouds.vcloud.director.v1_5.functions with type arguments of type Org
OrgNameToTasksListEndpoint(com.google.common.base.Supplier<Map<String,Org>> orgMap, com.google.common.base.Supplier<Reference> defaultTasksList)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.