| Package | Description |
|---|---|
| org.trustedanalytics.cloud.cc | |
| org.trustedanalytics.cloud.cc.api | |
| org.trustedanalytics.cloud.cc.api.resources |
| Modifier and Type | Method and Description |
|---|---|
Collection<CcOrg> |
FeignClient.getAuditedOrganizations(UUID user) |
Collection<CcOrg> |
CcClient.getAuditedOrganizations(UUID userId)
Deprecated.
|
Collection<CcOrg> |
FeignClient.getBillingManagedOrganizations(UUID user) |
Collection<CcOrg> |
CcClient.getBillingManagedOrganizations(UUID userId)
Deprecated.
|
Collection<CcOrg> |
FeignClient.getManagedOrganizations(UUID user) |
Collection<CcOrg> |
CcClient.getManagedOrganizations(UUID userId)
Deprecated.
|
rx.Observable<CcOrg> |
FeignClient.getOrg(UUID orgUUID) |
rx.Observable<CcOrg> |
CcClient.getOrg(UUID org)
Deprecated.
|
rx.Observable<CcOrg> |
FeignClient.getOrgs() |
rx.Observable<CcOrg> |
CcClient.getOrgs()
Deprecated.
|
Collection<CcOrg> |
FeignClient.getUserOrgs(UUID userGuid) |
Collection<CcOrg> |
CcClient.getUserOrgs(UUID userId)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CcOrg |
CcOrgPermission.getOrganization() |
| Modifier and Type | Method and Description |
|---|---|
Collection<CcOrg> |
CcOperationsOrgsSpaces.getAuditedOrganizations(UUID user)
Returns organizations audited by user identified by given GUID.
|
Collection<CcOrg> |
CcOperationsOrgsSpaces.getBillingManagedOrganizations(UUID user)
Returns organizations billed by user identified by given GUID.
|
Collection<CcOrg> |
CcOperationsOrgsSpaces.getManagedOrganizations(UUID user)
Returns organizations managed by user identified by given GUID.
|
rx.Observable<CcOrg> |
CcOperationsOrgsSpaces.getOrg(UUID orgUUID)
Returns organization identified by given GUID.
|
rx.Observable<CcOrg> |
CcOperationsOrgsSpaces.getOrgs()
Returns all organizations.
|
Collection<CcOrg> |
CcOrgsList.getOrgs() |
Collection<CcOrg> |
CcOperationsOrgsSpaces.getUserOrgs(UUID user)
Returns organizations assigned to user identified by given GUID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CcOrgPermission.setOrganization(CcOrg organization) |
| Modifier and Type | Method and Description |
|---|---|
void |
CcOrgsList.setOrgs(Collection<CcOrg> orgs) |
| Constructor and Description |
|---|
CcOrgPermission(CcOrg organization,
boolean isManager,
boolean isAuditor,
boolean isBillingManager) |
| Modifier and Type | Method and Description |
|---|---|
CcOrg |
CcOrganizationResource.createOrganization(String name) |
CcOrg |
CcOrganizationResource.getOrganization(UUID org) |
| Modifier and Type | Method and Description |
|---|---|
Page<CcOrg> |
CcOrganizationResource.getOrgs() |
Page<CcOrg> |
CcOrganizationResource.getOrgs(URI nextPageUrl) |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.