| Modifier and Type | Method and Description |
|---|---|
SystemReportData |
getSystemReportData()
Gets the data for system reports.
|
SerializableInputStream |
readSystemReport(SystemReportQuery query)
Generates a PDF content for a system report, showing reports on the complete system.
|
SerializableInputStream |
readUserReport(UserReportQuery query)
Generates a PDF content for a user report
|
void |
validate(SystemReportQuery query)
Validates the system reports.
|
SystemReportData getSystemReportData() throws FrameworkException
FrameworkExceptionSerializableInputStream readSystemReport(@NotNull SystemReportQuery query) throws FrameworkException, ReportExecutionException
SerializableInputStream readUserReport(@NotNull UserReportQuery query) throws FrameworkException, ReportExecutionException
void validate(@NotNull
SystemReportQuery query)
throws ValidationException,
FrameworkException
readSystemReport(SystemReportQuery).