#87: DatatransferJCRNotificationBeforeDeletionJob.kt
plugins/org.projectforge.plugins.datatransfer/src/main/kotlin/org/projectforge/plugins/datatransfer/DatatransferJCRNotificationBeforeDeletionJob.kt Kotlin Job, plugins/org.projectforge.plugins.datatransfer/src/main/kotlin/org/projectforge/plugins/datatransfer/DatatransferJCRNotificationBeforeDeletionJob.kt 140 lines · 96 code · 33 comments · 11 blank
This jobs runs nightly and will inform all observers about files to be deleted within the next days automatically by. Kotlin class. Methods: execute, getNotificationDaysBeforeDeletion.
Git History
868d6abb7 2025 -> 2026
2720010a9 Scheduled jobs: all jobs are now started in own thread (for avoiding blocking spring scheduler). SipgateContactSyncservice: configurable as cron job. ForecastExport: Minor fix.
63081666f Source file headers: 2024-> 2025.
87dd5b87c AuftragsCache refactored, migration stuff... (all tests OK)
1b50060c3 BaseDao: renamed: get -> find, save -> insert, getList -> select, load -> select