Interface DashboardOperations
public interface DashboardOperations
Operations on the add-on's dashboard.
- Since:
 - 1.6.0
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidexport(DashboardExportSpec exportSpec) Transforms a dashboard to the PDF or the XML format. 
- 
Method Details
- 
export
Transforms a dashboard to the PDF or the XML format.It is possible to set a customized XML data file in the specification.
The XML output can be retrieved by
DashboardExportSpec.getXmlFile()after an export.- Parameters:
 exportSpec- The export specification.- Throws:
 IllegalArgumentException- If the export specification isnull.DQIdException- If there is any export error.- See Also:
 
 
 -