| Modifier and Type | Method and Description |
|---|---|
GoodDataSettings |
GoodDataRestProvider.getSettings()
Settings used by the provider.
|
| Constructor and Description |
|---|
AbstractService(org.springframework.web.client.RestTemplate restTemplate,
GoodDataSettings settings)
Sets RESTful HTTP Spring template.
|
GoodData(String login,
String password,
GoodDataSettings settings)
Create instance configured to communicate with GoodData Platform under user with given credentials.
|
GoodData(String hostname,
String login,
String password,
GoodDataSettings settings)
Create instance configured to communicate with GoodData Platform running on given host using given user's
credentials.
|
GoodData(String hostname,
String login,
String password,
int port,
GoodDataSettings settings)
Create instance configured to communicate with GoodData Platform running on given host and port using given user's
credentials.
|
GoodData(String hostname,
String login,
String password,
int port,
String protocol,
GoodDataSettings settings)
Create instance configured to communicate with GoodData Platform running on given host, port and protocol using
given user's credentials.
|
| Constructor and Description |
|---|
AccountService(org.springframework.web.client.RestTemplate restTemplate,
GoodDataSettings settings)
Constructs service for GoodData account management.
|
| Constructor and Description |
|---|
AuditEventService(org.springframework.web.client.RestTemplate restTemplate,
AccountService accountService,
GoodDataSettings settings)
Service for audit events
|
| Constructor and Description |
|---|
ConnectorService(org.springframework.web.client.RestTemplate restTemplate,
ProjectService projectService,
GoodDataSettings settings) |
| Constructor and Description |
|---|
OutputStageService(org.springframework.web.client.RestTemplate restTemplate,
GoodDataSettings settings)
Sets RESTful HTTP Spring template.
|
| Constructor and Description |
|---|
ProcessService(org.springframework.web.client.RestTemplate restTemplate,
AccountService accountService,
DataStoreService dataStoreService,
GoodDataSettings settings)
Sets RESTful HTTP Spring template.
|
| Constructor and Description |
|---|
DatasetService(org.springframework.web.client.RestTemplate restTemplate,
DataStoreService dataStoreService,
GoodDataSettings settings) |
| Constructor and Description |
|---|
ExecuteAfmService(org.springframework.web.client.RestTemplate restTemplate,
GoodDataSettings settings)
Constructor.
|
| Constructor and Description |
|---|
ExportService(org.springframework.web.client.RestTemplate restTemplate,
GoodDataSettings settings)
Service for data export
|
| Constructor and Description |
|---|
FeatureFlagService(org.springframework.web.client.RestTemplate restTemplate,
GoodDataSettings settings)
Constructs service for GoodData feature flags management.
|
| Constructor and Description |
|---|
GdcService(org.springframework.web.client.RestTemplate restTemplate,
GoodDataSettings settings) |
| Modifier and Type | Field and Description |
|---|---|
protected GoodDataSettings |
SingleEndpointGoodDataRestProvider.settings |
| Modifier and Type | Method and Description |
|---|---|
GoodDataSettings |
SingleEndpointGoodDataRestProvider.getSettings() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.client.HttpClient |
GoodDataHttpClientBuilder.buildHttpClient(org.apache.http.impl.client.HttpClientBuilder builder,
GoodDataEndpoint endpoint,
GoodDataSettings settings)
Builds
HttpClient from given builder, configured to connect to given endpoint applying given settings. |
protected org.apache.http.impl.client.HttpClientBuilder |
SingleEndpointGoodDataRestProvider.createHttpClientBuilder(GoodDataSettings settings)
Creates http client builder, applying given settings.
|
protected org.springframework.web.client.RestTemplate |
SingleEndpointGoodDataRestProvider.createRestTemplate(GoodDataEndpoint endpoint,
GoodDataSettings settings,
org.apache.http.client.HttpClient httpClient)
Creates configured REST template
|
| Constructor and Description |
|---|
LoginPasswordGoodDataRestProvider(GoodDataEndpoint endpoint,
GoodDataSettings settings,
String login,
String password)
Creates new instance.
|
SingleEndpointGoodDataRestProvider(GoodDataEndpoint endpoint,
GoodDataSettings settings,
GoodDataHttpClientBuilder builder)
Creates new instance.
|
SstGoodDataRestProvider(GoodDataEndpoint endpoint,
GoodDataSettings settings,
String sst)
Create SST REST provider
|
| Constructor and Description |
|---|
LcmService(org.springframework.web.client.RestTemplate restTemplate,
GoodDataSettings settings)
Constructs service for GoodData Life Cycle Management.
|
| Constructor and Description |
|---|
MetadataService(org.springframework.web.client.RestTemplate restTemplate,
GoodDataSettings settings) |
| Constructor and Description |
|---|
ExportImportService(org.springframework.web.client.RestTemplate restTemplate,
GoodDataSettings settings) |
| Constructor and Description |
|---|
NotificationService(org.springframework.web.client.RestTemplate restTemplate,
GoodDataSettings settings) |
| Constructor and Description |
|---|
ProjectService(org.springframework.web.client.RestTemplate restTemplate,
AccountService accountService,
GoodDataSettings settings)
Constructs service for GoodData project management (list projects, create a project, ...).
|
| Constructor and Description |
|---|
ModelService(org.springframework.web.client.RestTemplate restTemplate,
GoodDataSettings settings) |
| Constructor and Description |
|---|
ProjectTemplateService(org.springframework.web.client.RestTemplate restTemplate,
GoodDataSettings settings)
Sets RESTful HTTP Spring template.
|
| Constructor and Description |
|---|
WarehouseService(org.springframework.web.client.RestTemplate restTemplate,
GoodDataSettings settings)
Sets RESTful HTTP Spring template.
|
Copyright © 2019. All rights reserved.