Class CommentProcessorHelper
java.lang.Object
org.nuxeo.ecm.platform.audit.api.comment.CommentProcessorHelper
Deprecated, for removal: This API element is subject to removal in a future version.
since 2025.0, unused
Helper to manage
LogEntry
comment processing (code was moved from the Seam bean)- Since:
- 5.4.2
- Author:
- Tiry ([email protected])
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CoreSession
Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionCommentProcessorHelper
(CoreSession documentManager) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptiongetLogComment
(LogEntry entry) Deprecated, for removal: This API element is subject to removal in a future version.getLogLinkedDocument
(LogEntry entry) Deprecated, for removal: This API element is subject to removal in a future version.void
processComments
(List<LogEntry> logEntries) Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
documentManager
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
CommentProcessorHelper
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
processComments
Deprecated, for removal: This API element is subject to removal in a future version. -
getLogComment
Deprecated, for removal: This API element is subject to removal in a future version. -
getLogLinkedDocument
Deprecated, for removal: This API element is subject to removal in a future version.
-