| Package | Description |
|---|---|
| com.gooddata.export | |
| com.gooddata.md | |
| com.gooddata.md.report | |
| com.gooddata.report |
| Modifier and Type | Method and Description |
|---|---|
FutureResult<Void> |
ExportService.export(ReportDefinition reportDefinition,
ExportFormat format,
OutputStream output)
Export the given report definition in the given format to the given output stream
|
FutureResult<Void> |
ExportService.exportCsv(ReportDefinition definition,
OutputStream output)
Export the given Report Definition using the raw export (without columns/rows limitations)
|
| Constructor and Description |
|---|
ExecuteReportDefinition(ReportDefinition reportDefinition)
Create ExecuteReportDefinition based on
ReportDefinition |
| Modifier and Type | Method and Description |
|---|---|
ScheduledMail |
ScheduledMail.addReportAttachment(ReportDefinition reportDefinition,
Map<String,String> exportOptions,
ExportFormat... formats) |
ScheduledMail |
ScheduledMail.addReportAttachment(ReportDefinition reportDefinition,
Map<String,String> exportOptions,
ReportExportFormat... formats)
|
ScheduledMail |
ScheduledMail.addReportAttachment(ReportDefinition reportDefinition,
Map<String,String> exportOptions,
String... formats) |
| Modifier and Type | Method and Description |
|---|---|
static ReportDefinition |
GridReportDefinitionContent.create(String title,
List<? extends GridElement> columns,
List<? extends GridElement> rows,
List<MetricElement> metrics) |
static ReportDefinition |
GridReportDefinitionContent.create(String title,
List<? extends GridElement> columns,
List<? extends GridElement> rows,
List<MetricElement> metrics,
Collection<Filter> filters) |
static ReportDefinition |
OneNumberReportDefinitionContent.create(String title,
List<GridElement> columns,
List<GridElement> rows,
List<MetricElement> metrics) |
static ReportDefinition |
OneNumberReportDefinitionContent.create(String title,
List<GridElement> columns,
List<GridElement> rows,
List<MetricElement> metrics,
Collection<Filter> filters) |
| Constructor and Description |
|---|
Report(String title,
ReportDefinition... definitions)
Creates new report with given title and definitions
|
| Modifier and Type | Method and Description |
|---|---|
FutureResult<Void> |
ReportService.exportReport(ReportDefinition reportDefinition,
ReportExportFormat format,
OutputStream output)
|
Copyright © 2017. All rights reserved.