public class BasicPublishedDocument extends Object implements PublishedDocument
PublishedDocument
.PublishedDocument.Type
Constructor and Description |
---|
BasicPublishedDocument(DocumentRef docRef,
String repositoryName,
String serverName,
String versionLabel,
String path,
String parentPath,
boolean isPending) |
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. |
public BasicPublishedDocument(DocumentRef docRef, String repositoryName, String serverName, String versionLabel, String path, String parentPath, boolean isPending)
public DocumentRef getSourceDocumentRef()
getSourceDocumentRef
in interface PublishedDocument
public String getSourceRepositoryName()
getSourceRepositoryName
in interface PublishedDocument
public String getSourceServer()
getSourceServer
in interface PublishedDocument
public String getSourceVersionLabel()
getSourceVersionLabel
in interface PublishedDocument
public String getPath()
getPath
in interface PublishedDocument
public String getParentPath()
getParentPath
in interface PublishedDocument
public boolean isPending()
PublishedDocument
true
if this document is waiting approval, false
otherwise.isPending
in interface PublishedDocument
public PublishedDocument.Type getType()
PublishedDocument
Type
of this PublishedDocument.getType
in interface PublishedDocument
Copyright © 2015 Nuxeo SA. All rights reserved.