public interface PublishedDocument extends Serializable
Modifier and Type | Interface and Description |
---|---|
static class |
PublishedDocument.Type |
Modifier and Type | Method and Description |
---|---|
String |
getParentPath() |
String |
getPath() |
DocumentRef |
getSourceDocumentRef() |
String |
getSourceRepositoryName() |
String |
getSourceServer() |
String |
getSourceVersionLabel() |
PublishedDocument.Type |
getType()
Returns the
Type of this PublishedDocument. |
boolean |
isPending()
Returns
true if this document is waiting approval, false otherwise. |
DocumentRef getSourceDocumentRef()
String getSourceRepositoryName()
String getSourceServer()
String getSourceVersionLabel()
String getPath()
String getParentPath()
boolean isPending()
true
if this document is waiting approval, false
otherwise.PublishedDocument.Type getType()
Type
of this PublishedDocument.Copyright © 2015 Nuxeo SA. All rights reserved.