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 SummaryFieldsModifier and TypeFieldDescriptionprotected Collection<Report>protected Collection<Report>protected Collection<Exception>protected Collection<Report>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddCreatedReport(Report newReport) voidaddException(Exception exception) voidaddImportedReport(Report importedReport) voidaddUpdatedReport(Report updatedReport) boolean
- 
Field Details- 
importedReports
- 
updatedReports
- 
createdReports
- 
innerExceptions
 
- 
- 
Constructor Details- 
ReportImportResultpublic ReportImportResult()
 
- 
- 
Method Details- 
getImportedReports
- 
getUpdatedReports
- 
getCreatedReports
- 
getInnerExceptions
- 
hasErrorspublic boolean hasErrors()
- 
addException
- 
addImportedReport
- 
addUpdatedReport
- 
addCreatedReport
 
-