public class BasicPublicationNode extends Object implements PublicationNode
PublicationNode.| Modifier and Type | Field and Description |
|---|---|
protected String |
nodePath |
protected String |
nodeTitle |
protected String |
nodeType |
protected String |
sid |
protected String |
treeName |
| Constructor and Description |
|---|
BasicPublicationNode(String nodeType,
String nodePath,
String nodeTitle,
String treeName) |
BasicPublicationNode(String nodeType,
String nodePath,
String nodeTitle,
String treeName,
String sid) |
| Modifier and Type | Method and Description |
|---|---|
List<PublishedDocument> |
getChildrenDocuments() |
List<PublicationNode> |
getChildrenNodes() |
String |
getName() |
String |
getNodeType() |
PublicationNode |
getParent() |
String |
getPath() |
String |
getSessionId() |
String |
getTitle() |
String |
getTreeConfigName() |
String |
getType() |
public BasicPublicationNode(String nodeType, String nodePath, String nodeTitle, String treeName)
public List<PublishedDocument> getChildrenDocuments()
getChildrenDocuments in interface PublicationNodepublic List<PublicationNode> getChildrenNodes()
getChildrenNodes in interface PublicationNodepublic String getNodeType()
getNodeType in interface PublicationNodepublic PublicationNode getParent()
getParent in interface PublicationNodepublic String getPath()
getPath in interface PublicationNodepublic String getTitle()
getTitle in interface PublicationNodepublic String getName()
getName in interface PublicationNodepublic String getTreeConfigName()
getTreeConfigName in interface PublicationNodepublic String getSessionId()
getSessionId in interface PublicationNodepublic String getType()
getType in interface PublicationNodeCopyright © 2016 Nuxeo SA. All rights reserved.