Class ReportData

    • Constructor Detail

      • ReportData

        public ReportData()
    • Method Detail

      • getRootShape

        public RMParentShape getRootShape()
        Returns the root shape of the file.
      • setRootShape

        public void setRootShape​(RMParentShape aShape)
        Sets the root shape of the file.
      • createRootShape

        public RMParentShape createRootShape()
        Creates the root shape from ReportFile.
      • getDocument

        public RMDocument getDocument()
        Returns the root shape as a document (if it is one).
      • setBytes

        public void setBytes​(byte[] theBytes)
        Override to clear document.
        Overrides:
        setBytes in class SnapData
      • isGenerated

        public boolean isGenerated()
        Returns whether report file document has already generated report.
      • setGenerated

        public void setGenerated​(boolean aValue)
        Sets whether report file document has already generated report.
      • generateReport

        public WebFile generateReport​(java.lang.Object aDataSet)
        Generate report file.
      • is

        public static boolean is​(WebFile aFile)
        Returns whether file contains ReportData.
      • get

        public static ReportData get​(WebFile aFile)
        Returns the ReportData for given file.