Package io.jmix.reports.yarg.reporting
Interface ReportOutputDocument
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ReportOutputDocumentImpl
This interface describes reporting result object.
Generally returned by io.jmix.reports.yarg.reporting.ReportingAPI
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
void
setContent
(byte[] content) void
setDocumentName
(String documentName) void
void
setReportOutputType
(ReportOutputType reportOutputType)
-
Method Details
-
getReport
Report getReport() -
getContent
byte[] getContent() -
getDocumentName
String getDocumentName() -
getReportOutputType
ReportOutputType getReportOutputType() -
setReport
-
setContent
void setContent(byte[] content) -
setDocumentName
-
setReportOutputType
-