Interface DashboardOperations


  • public interface DashboardOperations
    Operations on the add-on's dashboard.
    Since:
    1.6.0
    • Method Detail

      • export

        void export​(DashboardExportSpec exportSpec)
             throws DQIdException
        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:
        java.lang.IllegalArgumentException - If the export specification is null.
        DQIdException - If there is any export error.
        See Also:
        DashboardExportSpec