#1298: EntityOpType.kt

projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/history/EntityOpType.kt Enum (Entity Operations), projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/history/EntityOpType.kt 51 lines · 8 code · 37 comments · 6 blank
Enum defining the types of entity-level operations for history tracking: Insert, Update, Delete, MarkAsDeleted (soft-delete), and Undelete (reactivation). Used by HistoryEntryDO to categorize the operation that triggered the history entry.

Values

ValueDescription
InsertNew entity created
UpdateExisting entity modified
DeleteEntity physically deleted
MarkAsDeletedEntity soft-deleted (deleted flag set)
UndeleteSoft-deleted entity reactivated

Git History

868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.
5f9bbfbd3 Fix typos.
5f5f25777 Migration stuff in progress...
067a4cbb1 Migration stuff in progress...