| 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 |
OneNumberReportDefinitionContent.create(String title,
List<String> columns,
List<AttributeInGrid> rows,
List<GridElement> metrics) |
static ReportDefinition |
GridReportDefinitionContent.create(String title,
List<String> columns,
List<AttributeInGrid> rows,
List<GridElement> metrics) |
static ReportDefinition |
OneNumberReportDefinitionContent.create(String title,
List<String> columns,
List<AttributeInGrid> rows,
List<GridElement> metrics,
Collection<Filter> filters) |
static ReportDefinition |
GridReportDefinitionContent.create(String title,
List<String> columns,
List<AttributeInGrid> rows,
List<GridElement> metrics,
Collection<Filter> filters) |
| Constructor and Description |
|---|
Report(String title,
ReportDefinition... 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 © 2015. All Rights Reserved.