| Package | Description |
|---|---|
| com.gooddata.account | |
| com.gooddata.auditevent | |
| com.gooddata.notification | |
| com.gooddata.project | |
| com.gooddata.warehouse |
| Modifier and Type | Method and Description |
|---|---|
Account |
AccountService.createAccount(Account account,
String organizationName)
Creates new account in given organization (domain).
|
Account |
AccountService.getAccountById(String id)
Get account for given account id
|
Account |
AccountService.getAccountByUri(String uri)
Get account for given account id
|
Account |
AccountService.getCurrent()
Gets current account of logged user.
|
| Modifier and Type | Method and Description |
|---|---|
Account |
AccountService.createAccount(Account account,
String organizationName)
Creates new account in given organization (domain).
|
void |
AccountService.removeAccount(Account account)
Delete given account
|
void |
AccountService.updateAccount(Account account)
Updates account
|
| Modifier and Type | Method and Description |
|---|---|
com.gooddata.collections.PageableList<AuditEvent> |
AuditEventService.listAuditEvents(Account account)
Get list of audit events for the given account
|
com.gooddata.collections.PageableList<AuditEvent> |
AuditEventService.listAuditEvents(Account account,
com.gooddata.collections.Page page)
Get list of audit events for the given account
|
| Modifier and Type | Method and Description |
|---|---|
Channel |
NotificationService.createChannel(Account account,
Channel channel)
Create channel for notifications
|
Subscription |
NotificationService.createSubscription(Project project,
Account account,
Subscription subscription)
Create subscription for notifications
|
| Modifier and Type | Method and Description |
|---|---|
User |
ProjectService.addUserToProject(Project project,
Account account,
Role... userRoles)
Add user in to the project
|
User |
ProjectService.getUser(Project project,
Account account)
get user in project
|
| Modifier and Type | Method and Description |
|---|---|
static WarehouseUser |
WarehouseUser.createWithProfile(Account profile,
WarehouseUserRole role)
|
Copyright © 2017. All rights reserved.