Package io.jmix.reports
Interface ReportExecutionHistoryRecorder
- All Known Implementing Classes:
ReportExecutionHistoryRecorderImpl
public interface ReportExecutionHistoryRecorder
-
Method Summary
Modifier and TypeMethodDescriptionShould be invoked as scheduled task.void
markAsCancelled
(ReportExecution execution) void
markAsError
(ReportExecution execution, Exception e) void
markAsSuccess
(ReportExecution execution, ReportOutputDocument document) startExecution
(Report report, Map<String, Object> params)
-
Method Details
-
startExecution
-
markAsSuccess
-
markAsError
-
markAsCancelled
-
cleanupHistory
String cleanupHistory()Should be invoked as scheduled task.- Returns:
- count of deleted
ReportExecution
entities
-