Class CommentProcessorHelper

java.lang.Object
org.nuxeo.ecm.platform.audit.api.comment.CommentProcessorHelper

@Deprecated(since="2025.0", forRemoval=true) public class CommentProcessorHelper extends Object
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 Details

    • documentManager

      protected CoreSession documentManager
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • CommentProcessorHelper

      public CommentProcessorHelper(CoreSession documentManager)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • processComments

      public void processComments(List<LogEntry> logEntries)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getLogComment

      public String getLogComment(LogEntry entry)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getLogLinkedDocument

      public LinkedDocument getLogLinkedDocument(LogEntry entry)
      Deprecated, for removal: This API element is subject to removal in a future version.