Package io.jmix.reports.entity
Class ReportImportResult
java.lang.Object
io.jmix.reports.entity.ReportImportResult
- All Implemented Interfaces:
Serializable
Contains import information about created reports or updated reports
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected Collection<Report>
protected Collection<Report>
protected Collection<Exception>
protected Collection<Report>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCreatedReport
(Report newReport) void
addException
(Exception exception) void
addImportedReport
(Report importedReport) void
addUpdatedReport
(Report updatedReport) boolean
-
Field Details
-
importedReports
-
updatedReports
-
createdReports
-
innerExceptions
-
-
Constructor Details
-
ReportImportResult
public ReportImportResult()
-
-
Method Details
-
getImportedReports
-
getUpdatedReports
-
getCreatedReports
-
getInnerExceptions
-
hasErrors
public boolean hasErrors() -
addException
-
addImportedReport
-
addUpdatedReport
-
addCreatedReport
-