Package io.jmix.reports
Interface ReportExecutionHistoryRecorder
- All Known Implementing Classes:
ReportExecutionHistoryRecorderImpl
public interface ReportExecutionHistoryRecorder
-
Method Summary
Modifier and TypeMethodDescriptionShould be invoked as scheduled task.voidmarkAsCancelled(ReportExecution execution) voidmarkAsError(ReportExecution execution, Exception e) voidmarkAsSuccess(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
ReportExecutionentities
-