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
FieldsModifier and TypeFieldDescriptionprotected Collection<Report>protected Collection<Report>protected Collection<Exception>protected Collection<Report> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCreatedReport(Report newReport) voidaddException(Exception exception) voidaddImportedReport(Report importedReport) voidaddUpdatedReport(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
-