Class UIAuditComment
java.lang.Object
org.nuxeo.ecm.platform.audit.api.comment.UIAuditComment
Deprecated, for removal: This API element is subject to removal in a future version.
since 2025.0, unused
Simple POJO to store pre-processed comment and associated document.
- Since:
- 5.4.2
- Author:
- Tiry ([email protected])
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final String
Deprecated, for removal: This API element is subject to removal in a future version.protected final LinkedDocument
Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionUIAuditComment
(String comment, LinkedDocument linkedDoc) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
comment
Deprecated, for removal: This API element is subject to removal in a future version. -
linkedDoc
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
UIAuditComment
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getComment
Deprecated, for removal: This API element is subject to removal in a future version. -
getLinkedDoc
Deprecated, for removal: This API element is subject to removal in a future version.
-