Interface PublicationNode
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
PublicationTree
- All Known Implementing Classes:
AbstractBasePublicationTree
,AbstractPublicationNode
,CoreFolderPublicationNode
,RenditionPublicationCoreTree
,RootSectionsPublicationTree
,SectionPublicationTree
,VirtualCoreFolderPublicationNode
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
Modifier and TypeMethodDescriptiongetName()
getPath()
default List<PublishedDocument>
getPublishedDocumentsFor
(String docId) Returns only the published documents for the givendoc
.getTitle()
getTree()
getType()
-
Method Details
-
getTitle
String getTitle() -
getName
String getName() -
getParent
PublicationNode getParent() -
getChildrenNodes
List<PublicationNode> getChildrenNodes() -
getChildrenDocuments
List<PublishedDocument> getChildrenDocuments() -
getPublishedDocumentsFor
Returns only the published documents for the givendoc
.- Since:
- 11.5
-
getNodeType
String getNodeType() -
getType
String getType() -
getPath
String getPath() -
getTree
PublicationTree getTree()
-