EN · DE · RU · FR · ES

#72: DataTransferAccessChecker.kt

plugins/org.projectforge.plugins.datatransfer/src/main/kotlin/org/projectforge/plugins/datatransfer/DataTransferAccessChecker.kt · Access Control · 133 lines · 70 code · 52 comments · 11 blank

Part of the Data Transfer plugin. Access Control.

Structure

DataTransferAccessCheckeropen class.

Key dependencies: org.projectforge.framework.access.AccessException, org.projectforge.framework.access.OperationType, org.projectforge.framework.jcr.Attachment, org.projectforge.framework.jcr.AttachmentsAccessChecker, org.projectforge.framework.persistence.user.entities.PFUserDO, org.projectforge.jcr.FileObject

Design Decisions

Git History

CommitDescription
868d6abb72025 -> 2026 (minor edit, license header update)
63081666fSource file headers: 2024-> 2025. (minor edit, license header update)
acb790ad2Fix various typos (minor edit)
1b50060c3BaseDao: renamed: get -> find, save -> insert, getList -> select, load -> select (minor edit)
2a8ea2076Migration stuff in progress... BaseDao refactored (not yet finished) internal* methods renamed. (minor edit)
9f874e26cMAJOR-CHANGE! Migration of integer id's to Long id's (including fk's etc.)
4c04cfd65MAJOR-CHANGE! Migration of integer id's to Long id's (including fk's etc.)
067a4cbb1Migration stuff in progress...
b6092df09Copyright 2023 -> 2024
ab45d51faCopyright 2001-2022 -> 2001-2023.