Nuxeo ECM Projects 5.4.3-SNAPSHOT

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:
Serializable, PublicationNode

public class VirtualCoreFolderPublicationNode
extends AbstractPublicationNode

Author:
Thomas Roger
See Also:
Serialized Form

Constructor Summary
VirtualCoreFolderPublicationNode(String coreSessionId, String documentPath, String treeConfigName, String sid, PublishedDocumentFactory factory)
           
 
Method Summary
 List<PublishedDocument> getChildrenDocuments()
           
 List<PublicationNode> getChildrenNodes()
           
 String getName()
           
 PublicationNode getParent()
           
 String getPath()
           
 String getSessionId()
           
 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(String coreSessionId,
                                        String documentPath,
                                        String treeConfigName,
                                        String sid,
                                        PublishedDocumentFactory factory)
Method Detail

getTitle

public String getTitle()
                throws ClientException
Throws:
ClientException

getName

public String getName()
               throws ClientException
Throws:
ClientException

getParent

public PublicationNode getParent()

getChildrenNodes

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

getChildrenDocuments

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

getPath

public String getPath()

getSessionId

public String getSessionId()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.