public interface DataSetExportServices
Modifier and Type | Method and Description |
---|---|
Path |
exportDataSetCSV(org.dashbuilder.dataset.DataSet dataSet)
Export a dataset to CSV format.
|
Path |
exportDataSetCSV(org.dashbuilder.dataset.DataSetLookup dataSetLookup)
Export a dataset, specified by a DataSetLookup, to CSV format.
|
Path |
exportDataSetExcel(org.dashbuilder.dataset.DataSet dataSet)
Export a dataset to Excel format.
|
Path |
exportDataSetExcel(org.dashbuilder.dataset.DataSetLookup dataSetLookup)
Export a dataset, specified by a DataSetLookup, to Excel format.
|
Path exportDataSetCSV(org.dashbuilder.dataset.DataSetLookup dataSetLookup)
dataSetLookup
- The dataSetLookup that defines the dataset to be exported.Path exportDataSetExcel(org.dashbuilder.dataset.DataSetLookup dataSetLookup)
dataSetLookup
- The dataSetLookup that defines the dataset to be exported.Path exportDataSetCSV(org.dashbuilder.dataset.DataSet dataSet)
dataSet
- The dataset to export.Path exportDataSetExcel(org.dashbuilder.dataset.DataSet dataSet)
dataSet
- The dataset to export.Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.