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 String
getParentPath()
String
getPath()
DocumentRef
getSourceDocumentRef()
String
getSourceRepositoryName()
String
getSourceVersionLabel()
boolean
isPending()
Returnstrue
if this document is waiting approval,false
otherwise.
-
-
-
Method Detail
-
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.
-
-