org.jclouds.vcloud.director.v1_5.features
Interface OrgApi

All Known Subinterfaces:
AdminOrgApi

public interface OrgApi

Provides synchronous access to Org.

Author:
Adrian Cole
See Also:
OrgAsyncApi

Method Summary
 Org get(String orgUrn)
          Retrieves an organization.
 Org get(URI orgHref)
           
 OrgList list()
          Retrieves a list of organizations.
 

Method Detail

list

OrgList list()
Retrieves a list of organizations.
 GET / org
 

Returns:
a list of organizations

get

Org get(String orgUrn)
Retrieves an organization.
 GET /org/{id}
 

Returns:
the org or null if not found

get

Org get(URI orgHref)


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