Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

public class FSPublicationNode
extends AbstractPublicationNode
implements PublicationNode

See Also:
Serialized Form

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

Constructor Detail

FSPublicationNode

public FSPublicationNode(String path,
                         String treeName,
                         String sid)

FSPublicationNode

public FSPublicationNode(File folder,
                         String treeName,
                         String sid)
Method Detail

getChildrenDocuments

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

getChildrenNodes

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

getName

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

getParent

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

getPath

public String getPath()
Specified by:
getPath in interface PublicationNode

getTitle

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

getSessionId

public String getSessionId()
Specified by:
getSessionId in interface PublicationNode

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.