EN · DE · RU · FR · ES

#81: DataTransferSanityCheckJob.kt

plugins/org.projectforge.plugins.datatransfer/src/main/kotlin/org/projectforge/plugins/datatransfer/DataTransferSanityCheckJob.kt · Background Job · 110 lines · 79 code · 23 comments · 8 blank

Part of the Data Transfer plugin. Background Job.

Kotlin Class implementing DataTransferSanityCheckJob.

Structure

DataTransferSanityCheckJobclass : AbstractJob("Check data transfer files.").

Key dependencies: jakarta.annotation.PostConstruct, org.projectforge.business.jobs.CronSanityCheckJob, org.projectforge.common.extensions.format, org.projectforge.framework.jcr.AttachmentsService, org.projectforge.jobs.AbstractJob, org.projectforge.jobs.JobExecutionContext, org.projectforge.plugins.datatransfer.rest.DataTransferAreaPagesRest, org.springframework.beans.factory.annotation.Autowired

Design Decisions

Gotchas & Pitfalls

Git History

CommitDescription
868d6abb72025 -> 2026 (minor edit, license header update)
034eebd5dHtml handling and job handling. (substantial changes, method changes)
76920e51fcosmetic corrections in SystemService and SanityCheckJobs (substantial changes, updated imports)
98f6d080cSanity check of data transfer and JCR finished. (major refactor, license header update)