Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.publisher.api
Interface PublishedDocument

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BasicPublishedDocument, ExternalCorePublishedDocument, FSPublishedDocument, SimpleCorePublishedDocument

public interface PublishedDocument
extends java.io.Serializable

Interface of a Document that was published into a PublicationNode.

Author:
tiry

Nested Class Summary
static class PublishedDocument.Type
           
 
Method Summary
 java.lang.String getParentPath()
           
 java.lang.String getPath()
           
 DocumentRef getSourceDocumentRef()
           
 java.lang.String getSourceRepositoryName()
           
 java.lang.String getSourceServer()
           
 java.lang.String getSourceVersionLabel()
           
 PublishedDocument.Type getType()
          Returns the Type of this PublishedDocument.
 boolean isPending()
          Returns true if this document is waiting approval, false otherwise.
 

Method Detail

getSourceDocumentRef

DocumentRef getSourceDocumentRef()

getSourceRepositoryName

java.lang.String getSourceRepositoryName()

getSourceServer

java.lang.String getSourceServer()

getSourceVersionLabel

java.lang.String getSourceVersionLabel()

getPath

java.lang.String getPath()

getParentPath

java.lang.String getParentPath()

isPending

boolean isPending()
Returns true if this document is waiting approval, false otherwise.


getType

PublishedDocument.Type getType()
Returns the Type of this PublishedDocument.


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.