Class LinkedDocument

java.lang.Object
org.nuxeo.ecm.platform.audit.api.comment.LinkedDocument
All Implemented Interfaces:
Serializable

@Deprecated(since="2025.0", forRemoval=true) public class LinkedDocument extends Object implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
since 2025.0, unused
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected DocumentModel
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected DocumentRef
    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.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    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.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setBrokenDocument(boolean brokenDocument)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    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

    • documentRef

      protected DocumentRef documentRef
      Deprecated, for removal: This API element is subject to removal in a future version.
    • repository

      protected RepositoryLocation repository
      Deprecated, for removal: This API element is subject to removal in a future version.
    • document

      protected transient DocumentModel document
      Deprecated, for removal: This API element is subject to removal in a future version.
    • brokenDocument

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

    • LinkedDocument

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

    • isBrokenDocument

      public boolean isBrokenDocument()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setBrokenDocument

      public void setBrokenDocument(boolean brokenDocument)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDocument

      public DocumentModel getDocument()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setDocument

      public void setDocument(DocumentModel document)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDocumentRef

      public DocumentRef getDocumentRef()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setDocumentRef

      public void setDocumentRef(DocumentRef documentRef)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getRepository

      public RepositoryLocation getRepository()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setRepository

      public void setRepository(RepositoryLocation repository)
      Deprecated, for removal: This API element is subject to removal in a future version.