Interface PublishedDocument
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SimpleCorePublishedDocument
Interface of a Document that was published into a PublicationNode.
- Author:
- tiry
-
Method Summary
Modifier and TypeMethodDescriptiongetPath()
boolean
Returnstrue
if this document is waiting approval,false
otherwise.
-
Method Details
-
getSourceDocumentRef
DocumentRef getSourceDocumentRef() -
getSourceRepositoryName
String getSourceRepositoryName() -
getSourceVersionLabel
String getSourceVersionLabel() -
getPath
String getPath() -
getParentPath
String getParentPath() -
isPending
boolean isPending()Returnstrue
if this document is waiting approval,false
otherwise.
-