Search in sources :

Example 1 with RepositoryEntryAuditLogExport

use of org.olat.modules.lecture.ui.export.RepositoryEntryAuditLogExport in project OpenOLAT by OpenOLAT.

the class LectureRepositoryAdminController method doExportLog.

private void doExportLog(UserRequest ureq) {
    List<LectureBlockAuditLog> auditLog = lectureService.getAuditLog(entry);
    RepositoryEntryAuditLogExport archive = new RepositoryEntryAuditLogExport(entry, auditLog, authorizedAbsenceEnabled, getTranslator());
    ureq.getDispatchResult().setResultingMediaResource(archive);
}
Also used : RepositoryEntryAuditLogExport(org.olat.modules.lecture.ui.export.RepositoryEntryAuditLogExport) LectureBlockAuditLog(org.olat.modules.lecture.LectureBlockAuditLog)

Example 2 with RepositoryEntryAuditLogExport

use of org.olat.modules.lecture.ui.export.RepositoryEntryAuditLogExport in project openolat by klemens.

the class LectureRepositoryAdminController method doExportLog.

private void doExportLog(UserRequest ureq) {
    List<LectureBlockAuditLog> auditLog = lectureService.getAuditLog(entry);
    RepositoryEntryAuditLogExport archive = new RepositoryEntryAuditLogExport(entry, auditLog, authorizedAbsenceEnabled, getTranslator());
    ureq.getDispatchResult().setResultingMediaResource(archive);
}
Also used : RepositoryEntryAuditLogExport(org.olat.modules.lecture.ui.export.RepositoryEntryAuditLogExport) LectureBlockAuditLog(org.olat.modules.lecture.LectureBlockAuditLog)

Aggregations

LectureBlockAuditLog (org.olat.modules.lecture.LectureBlockAuditLog)2 RepositoryEntryAuditLogExport (org.olat.modules.lecture.ui.export.RepositoryEntryAuditLogExport)2