ExportService@Deprecated public class ReportService extends AbstractService
AbstractService.OutputStreamResponseExtractor| Modifier and Type | Field and Description |
|---|---|
static String |
EXPORTING_URI
Deprecated.
|
mapper, restTemplate| Constructor and Description |
|---|
ReportService(ExportService service,
org.springframework.web.client.RestTemplate restTemplate)
Deprecated.
use ReportService(ExportService, RestTemplate, GoodDataSettings) constructor instead
|
ReportService(ExportService service,
org.springframework.web.client.RestTemplate restTemplate,
GoodDataSettings settings)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
FutureResult<Void> |
exportReport(ReportDefinition reportDefinition,
ReportExportFormat format,
OutputStream output)
|
FutureResult<Void> |
exportReport(Report report,
ReportExportFormat format,
OutputStream output)
|
extractData@Deprecated public static final String EXPORTING_URI
ExportService.EXPORTING_URIpublic ReportService(ExportService service, org.springframework.web.client.RestTemplate restTemplate, GoodDataSettings settings)
@Deprecated public ReportService(ExportService service, org.springframework.web.client.RestTemplate restTemplate)
@Deprecated public FutureResult<Void> exportReport(ReportDefinition reportDefinition, ReportExportFormat format, OutputStream output)
ExportService.export(ReportDefinition, com.gooddata.export.ExportFormat, OutputStream)reportDefinition - report definitionformat - export formatoutput - targetNoDataReportException - in case report contains no dataReportException - on error@Deprecated public FutureResult<Void> exportReport(Report report, ReportExportFormat format, OutputStream output)
report - reportformat - export formatoutput - targetNoDataReportException - in case report contains no dataReportException - on errorCopyright © 2019. All rights reserved.