| Package | Description |
|---|---|
| com.gooddata.sdk.service.export | |
| com.gooddata.sdk.service.httpcomponents |
| Modifier and Type | Method and Description |
|---|---|
FutureResult<Void> |
ExportService.exportPdf(GoodDataEndpoint endpoint,
ProjectDashboard dashboard,
ProjectDashboard.Tab tab,
OutputStream output)
Export the given dashboard tab in PDF format to the given output stream
|
| Modifier and Type | Field and Description |
|---|---|
protected GoodDataEndpoint |
SingleEndpointGoodDataRestProvider.endpoint |
| Modifier and Type | Method and Description |
|---|---|
GoodDataEndpoint |
SingleEndpointGoodDataRestProvider.getEndpoint() |
| 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. |
static org.apache.http.client.HttpClient |
SstGoodDataRestProvider.createHttpClient(org.apache.http.impl.client.HttpClientBuilder builder,
GoodDataEndpoint endpoint,
String sst)
Creates http client using given builder and endpoint, authenticating by sst.
|
static org.apache.http.client.HttpClient |
LoginPasswordGoodDataRestProvider.createHttpClient(org.apache.http.impl.client.HttpClientBuilder builder,
GoodDataEndpoint endpoint,
String login,
String password)
Creates http client using given builder and endpoint, authenticating by login and password.
|
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
|
Copyright © 2019. All rights reserved.