EN · DE · RU · FR · ES

#264: SkillRight.kt

plugins/org.projectforge.plugins.skillmatrix/src/main/kotlin/org/projectforge/plugins/skillmatrix/SkillRight.kt · Permission Definition · 52 lines · 17 code · 32 comments · 3 blank

Part of the Skill Matrix plugin. Permission Definition.

Kotlin Class implementing SkillRight.

Structure

SkillRightclass : UserRightAccessCheck<SkillEntryDO>(SkillRightId.PLUGIN_SKILL_MATRIX, UserRightCategory.PLUGINS, UserRightValue.TRUE).

Key dependencies: org.projectforge.business.user.UserRightAccessCheck, org.projectforge.business.user.UserRightCategory, org.projectforge.business.user.UserRightValue, org.projectforge.framework.access.AccessChecker, org.projectforge.framework.access.OperationType, org.projectforge.framework.persistence.user.entities.PFUserDO

Git History

CommitDescription
868d6abb72025 -> 2026 (minor edit, license header update)
63081666fSource file headers: 2024-> 2025. (minor edit, license header update)
4efcbd0fbMigration stuff in progress... (minor edit, updated imports)
b6092df09Copyright 2023 -> 2024 (minor edit, license header update)
ab45d51faCopyright 2001-2022 -> 2001-2023. (minor edit, license header update)
5f7ef41b8Copyright 2021 -> 2022
ceb63e8a1Source code header: (C) 2001-2021.
72efe835fWIP: Skill matrix.
c7f0b83dbSkillmatrix: WIP
129529a8dInitial revision of SkillMatrix.