Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.publisher.impl.localfs
Class FSPublicationNode

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

public class FSPublicationNode
extends AbstractPublicationNode
implements PublicationNode

See Also:
Serialized Form

Constructor Summary
FSPublicationNode(java.io.File folder, java.lang.String treeName, java.lang.String sid)
           
FSPublicationNode(java.lang.String path, java.lang.String treeName, java.lang.String sid)
           
 
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
 
Methods inherited from interface org.nuxeo.ecm.platform.publisher.api.PublicationNode
getNodeType, getTreeConfigName, getType
 

Constructor Detail

FSPublicationNode

public FSPublicationNode(java.lang.String path,
                         java.lang.String treeName,
                         java.lang.String sid)

FSPublicationNode

public FSPublicationNode(java.io.File folder,
                         java.lang.String treeName,
                         java.lang.String sid)
Method Detail

getChildrenDocuments

public java.util.List<PublishedDocument> getChildrenDocuments()
                                                       throws ClientException
Specified by:
getChildrenDocuments in interface PublicationNode
Throws:
ClientException

getChildrenNodes

public java.util.List<PublicationNode> getChildrenNodes()
                                                 throws ClientException
Specified by:
getChildrenNodes in interface PublicationNode
Throws:
ClientException

getName

public java.lang.String getName()
                         throws ClientException
Specified by:
getName in interface PublicationNode
Throws:
ClientException

getParent

public PublicationNode getParent()
Specified by:
getParent in interface PublicationNode

getPath

public java.lang.String getPath()
Specified by:
getPath in interface PublicationNode

getTitle

public java.lang.String getTitle()
                          throws ClientException
Specified by:
getTitle in interface PublicationNode
Throws:
ClientException

getSessionId

public java.lang.String getSessionId()
Specified by:
getSessionId in interface PublicationNode

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.