Interface ReportOutputDocument

All Superinterfaces:
Serializable
All Known Implementing Classes:
ReportOutputDocumentImpl

public interface ReportOutputDocument extends Serializable
This interface describes reporting result object. Generally returned by io.jmix.reports.yarg.reporting.ReportingAPI
  • Method Details

    • getReport

      Report getReport()
    • getContent

      byte[] getContent()
    • getDocumentName

      String getDocumentName()
    • getReportOutputType

      ReportOutputType getReportOutputType()
    • setReport

      void setReport(Report report)
    • setContent

      void setContent(byte[] content)
    • setDocumentName

      void setDocumentName(String documentName)
    • setReportOutputType

      void setReportOutputType(ReportOutputType reportOutputType)