| Package | Description |
|---|---|
| com.gooddata | |
| com.gooddata.auditevent | |
| com.gooddata.dataload.processes | |
| com.gooddata.project |
| Modifier and Type | Method and Description |
|---|---|
AccountService |
GoodData.getAccountService()
Get initialized service for account management (to get current account information, logout, ...)
|
| Constructor and Description |
|---|
AuditEventService(org.springframework.web.client.RestTemplate restTemplate,
AccountService accountService)
Deprecated.
use AuditEventService(RestTemplate, AccountService, GoodDataSettings) constructor instead
|
AuditEventService(org.springframework.web.client.RestTemplate restTemplate,
AccountService accountService,
GoodDataSettings settings)
Service for audit events
|
| Constructor and Description |
|---|
ProcessService(org.springframework.web.client.RestTemplate restTemplate,
AccountService accountService,
DataStoreService dataStoreService)
Deprecated.
use ProcessService(RestTemplate, AccountService, DataStoreService, GoodDataSettings) instead
|
ProcessService(org.springframework.web.client.RestTemplate restTemplate,
AccountService accountService,
DataStoreService dataStoreService,
GoodDataSettings settings)
Sets RESTful HTTP Spring template.
|
| Constructor and Description |
|---|
ProjectService(org.springframework.web.client.RestTemplate restTemplate,
AccountService accountService)
Deprecated.
use ProjectService(RestTemplate, AccountService) constructor instead
|
ProjectService(org.springframework.web.client.RestTemplate restTemplate,
AccountService accountService,
GoodDataSettings settings)
Constructs service for GoodData project management (list projects, create a project, ...).
|
Copyright © 2017. All rights reserved.