Class DashboardExportSpec


  • public final class DashboardExportSpec
    extends com.orchestranetworks.addon.dqid.dashboard.AbstractDashboardExportSpec
    Contains all required information to export a dashboard.
    Since:
    1.6.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DashboardConfiguration getDashboardConfiguration()
      Returns the dashboard configuration.
      com.onwbp.adaptation.Adaptation getDataset()
      Returns the target data set.
      com.onwbp.adaptation.AdaptationHome getDataspace()
      Returns the 'Master data - Reference' data space if a context in the configuration is specified or the dashboard is at the repository level.
      DashboardExportType getExportType()
      Returns the export type.
      java.io.File getPdfFile()
      Returns the PDF file after an export.
      com.orchestranetworks.instance.Repository getRepository()
      Returns the current repository.
      com.orchestranetworks.service.Session getSession()
      Returns the current session.
      com.onwbp.adaptation.AdaptationTable getTable()
      Returns the target table.
      java.io.File getXmlFile()
      Returns the XML file after an export.
      void setXmlFile​(java.io.File xmlFile)
      Specifies an XML file to transform the dashboard to PDF.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait