public interface OrgClient
Org
.OrgAsyncClient
Modifier and Type | Method and Description |
---|---|
ControlAccessParams |
getControlAccess(URI orgRef,
String catalogId)
Retrieves the catalog control access information.
|
MetadataClient.Readable |
getMetadataClient() |
Org |
getOrg(URI orgRef)
Retrieves an organization.
|
OrgList |
getOrgList()
Retrieves a list of organizations.
|
ControlAccessParams |
modifyControlAccess(URI orgRef,
String catalogId,
ControlAccessParams params)
Modifies a catalog control access.
|
OrgList getOrgList()
GET /org
Org getOrg(URI orgRef)
GET /org/{id}
ControlAccessParams modifyControlAccess(URI orgRef, String catalogId, ControlAccessParams params)
POST /org/{id}/catalog/{catalogId}/action/controlAccess
ControlAccessParams getControlAccess(URI orgRef, String catalogId)
GET /org/{id}/catalog/{catalogId}/controlAccess
MetadataClient.Readable getMetadataClient()
Metadata.Readable
featuresCopyright © 2009-2012 jclouds. All Rights Reserved.