| Package | Description |
|---|---|
| com.gooddata.md | |
| com.gooddata.md.report | |
| com.gooddata.report |
| Modifier and Type | Method and Description |
|---|---|
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)
Export the given report definition in the given format to the given output strream
|
Copyright © 2017. All Rights Reserved.