Nuxeo Enterprise Platform 5.4

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

All Superinterfaces:
java.io.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 java.io.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
 java.util.List<PublishedDocument> getChildrenDocuments()
           
 java.util.List<PublicationNode> getChildrenNodes()
           
 java.lang.String getName()
           
 java.lang.String getNodeType()
           
 PublicationNode getParent()
           
 java.lang.String getPath()
           
 java.lang.String getSessionId()
           
 java.lang.String getTitle()
           
 java.lang.String getTreeConfigName()
           
 java.lang.String getType()
           
 

Method Detail

getTitle

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

getName

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

getParent

PublicationNode getParent()

getChildrenNodes

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

getChildrenDocuments

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

getNodeType

java.lang.String getNodeType()

getType

java.lang.String getType()

getPath

java.lang.String getPath()

getTreeConfigName

java.lang.String getTreeConfigName()

getSessionId

java.lang.String getSessionId()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.