EN · DE · RU · FR · ES

#1205: AttachmentsInfo.kt

projectforge-business/src/main/kotlin/org/projectforge/framework/jcr/AttachmentsInfo.kt Object / Singleton : [Attachment.fileId]. * Example: "aqjtrqjiatlnkjijnkfl lpslbmheilidhpsdobkg dmpbhhnihhontlargpof ckdknhcnlidmfjrlicgg bdgjtjnnilhfintmmcqr" */ var attachmentsIds: String? /** * The number of attachments attached to this data object. */ var attachmentsCounter: Int? /** * The size of all attachments in sum in bytes attached to this data object. */ var attachmentsSize: Long? /** * The number and soue of attachments attached to this data object. */ val attachmentsSizeFormatted: String @JsonProperty @Transient get() = getAttachmentsSizeFormatted(attachmentsCounter, attachmentsSize) /** * You may add here the action done by the user for creating history entries, if data object is historizable. */ var attachmentsLastUserAction: String? companion object, projectforge-business/src/main/kotlin/org/projectforge/framework/jcr/AttachmentsInfo.kt 81 lines · 25 code · 47 comments · 9 blank
Information holder

Git History

868d6abb7 2025 -> 2026
98f6d080c Sanity check of data transfer and JCR finished.
63081666f Source file headers: 2024-> 2025.
06828f490 Migration stuff in progress...
b6092df09 Copyright 2023 -> 2024
ab45d51fa Copyright 2001-2022 -> 2001-2023.
5f7ef41b8 Copyright 2021 -> 2022
279eb9867 Nothing real.