Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

All Superinterfaces:
Serializable
All Known Subinterfaces:
ClientSynchonizedPublicationTree, PublicationTree, ServerSynchronizablePublicationTree
All Known Implementing Classes:
AbstractBasePublicationTree, AbstractPublicationNode, AbstractRemotableNode, AbstractRemotableTree, AbstractSynchonizablePublicationTree, BasicPublicationNode, ClientRemotePublicationNode, ClientRemotePublicationTree, CoreFolderPublicationNode, CoreTreeWithExternalDocs, FSPublicationNode, LocalFSPublicationTree, ProxyNode, ProxyTree, RootSectionsPublicationTree, SectionPublicationTree, VirtualCoreFolderPublicationNode

public interface PublicationNode
extends Serializable

Interface for a Node inside the publication tree. The Node is abstract, the implementation could be : a Core Folder, a FileSystem directory, a Folder on a remote core ...

Author:
tiry

Method Summary
 List<PublishedDocument> getChildrenDocuments()
           
 List<PublicationNode> getChildrenNodes()
           
 String getName()
           
 String getNodeType()
           
 PublicationNode getParent()
           
 String getPath()
           
 String getSessionId()
           
 String getTitle()
           
 String getTreeConfigName()
           
 String getType()
           
 

Method Detail

getTitle

String getTitle()
                throws ClientException
Throws:
ClientException

getName

String getName()
               throws ClientException
Throws:
ClientException

getParent

PublicationNode getParent()

getChildrenNodes

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

getChildrenDocuments

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

getNodeType

String getNodeType()

getType

String getType()

getPath

String getPath()

getTreeConfigName

String getTreeConfigName()

getSessionId

String getSessionId()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.