Interface PublishedDocument

All Superinterfaces:
Serializable
All Known Implementing Classes:
SimpleCorePublishedDocument

public interface PublishedDocument extends Serializable
Interface of a Document that was published into a PublicationNode.
Author:
tiry
  • Method Details

    • getSourceDocumentRef

      DocumentRef getSourceDocumentRef()
    • getSourceRepositoryName

      String getSourceRepositoryName()
    • getSourceVersionLabel

      String getSourceVersionLabel()
    • getPath

      String getPath()
    • getParentPath

      String getParentPath()
    • isPending

      boolean isPending()
      Returns true if this document is waiting approval, false otherwise.