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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetParentPath()StringgetPath()DocumentRefgetSourceDocumentRef()StringgetSourceRepositoryName()StringgetSourceVersionLabel()booleanisPending()Returnstrueif this document is waiting approval,falseotherwise.
-
-
-
Method Detail
-
getSourceDocumentRef
DocumentRef getSourceDocumentRef()
-
getSourceRepositoryName
String getSourceRepositoryName()
-
getSourceVersionLabel
String getSourceVersionLabel()
-
getPath
String getPath()
-
getParentPath
String getParentPath()
-
isPending
boolean isPending()
Returnstrueif this document is waiting approval,falseotherwise.
-
-