Class UIAuditComment

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

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

    Fields
    Modifier and Type
    Field
    Description
    protected 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

    Constructors
    Constructor
    Description
    UIAuditComment(String comment, LinkedDocument linkedDoc)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, 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.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • comment

      protected final String comment
      Deprecated, for removal: This API element is subject to removal in a future version.
    • linkedDoc

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

    • UIAuditComment

      public UIAuditComment(String comment, LinkedDocument linkedDoc)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getComment

      public String getComment()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getLinkedDoc

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