Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.publisher.impl.core
Class VirtualCoreFolderPublicationNode

java.lang.Object
  extended by org.nuxeo.ecm.platform.publisher.api.AbstractPublicationNode
      extended by org.nuxeo.ecm.platform.publisher.impl.core.VirtualCoreFolderPublicationNode
All Implemented Interfaces:
java.io.Serializable, PublicationNode

public class VirtualCoreFolderPublicationNode
extends AbstractPublicationNode

Author:
Thomas Roger
See Also:
Serialized Form

Constructor Summary
VirtualCoreFolderPublicationNode(java.lang.String coreSessionId, java.lang.String documentPath, java.lang.String treeConfigName, java.lang.String sid, PublishedDocumentFactory factory)
           
 
Method Summary
 java.util.List<PublishedDocument> getChildrenDocuments()
           
 java.util.List<PublicationNode> getChildrenNodes()
           
 java.lang.String getName()
           
 PublicationNode getParent()
           
 java.lang.String getPath()
           
 java.lang.String getSessionId()
           
 java.lang.String getTitle()
           
 
Methods inherited from class org.nuxeo.ecm.platform.publisher.api.AbstractPublicationNode
getNodeType, getTreeConfigName, getType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VirtualCoreFolderPublicationNode

public VirtualCoreFolderPublicationNode(java.lang.String coreSessionId,
                                        java.lang.String documentPath,
                                        java.lang.String treeConfigName,
                                        java.lang.String sid,
                                        PublishedDocumentFactory factory)
Method Detail

getTitle

public java.lang.String getTitle()
                          throws ClientException
Throws:
ClientException

getName

public java.lang.String getName()
                         throws ClientException
Throws:
ClientException

getParent

public PublicationNode getParent()

getChildrenNodes

public java.util.List<PublicationNode> getChildrenNodes()
                                                 throws ClientException
Throws:
ClientException

getChildrenDocuments

public java.util.List<PublishedDocument> getChildrenDocuments()
                                                       throws ClientException
Throws:
ClientException

getPath

public java.lang.String getPath()

getSessionId

public java.lang.String getSessionId()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.