public class SimpleCorePublishedDocument extends Object implements PublishedDocument
PublishedDocument
on top of the Core, using
simple proxies.PublishedDocument.Type
Constructor and Description |
---|
SimpleCorePublishedDocument(DocumentModel doc) |
Modifier and Type | Method and Description |
---|---|
String |
getParentPath() |
String |
getPath() |
DocumentModel |
getProxy() |
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. |
void |
setPending(boolean isPending) |
public SimpleCorePublishedDocument(DocumentModel doc) throws ClientException
ClientException
public DocumentRef getSourceDocumentRef()
getSourceDocumentRef
in interface PublishedDocument
public String getSourceServer()
getSourceServer
in interface PublishedDocument
public String getSourceRepositoryName()
getSourceRepositoryName
in interface PublishedDocument
public String getSourceVersionLabel()
getSourceVersionLabel
in interface PublishedDocument
public DocumentModel getProxy()
public String getPath()
getPath
in interface PublishedDocument
public String getParentPath()
getParentPath
in interface PublishedDocument
public void setPending(boolean isPending)
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 © 2013 Nuxeo SA. All Rights Reserved.