public interface PublicationNode extends Serializable
Modifier and Type | Method and Description |
---|---|
List<PublishedDocument> |
getChildrenDocuments() |
List<PublicationNode> |
getChildrenNodes() |
String |
getName() |
String |
getNodeType() |
PublicationNode |
getParent() |
String |
getPath() |
String |
getTitle() |
PublicationTree |
getTree() |
String |
getType() |
PublicationNode getParent()
List<PublicationNode> getChildrenNodes()
List<PublishedDocument> getChildrenDocuments()
String getNodeType()
PublicationTree getTree()
Copyright © 2018 Nuxeo. All rights reserved.