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 PublicationNode
public List<PublicationNode> getChildrenNodes()
getChildrenNodes
in interface PublicationNode
public String getNodeType()
getNodeType
in interface PublicationNode
public PublicationNode getParent()
getParent
in interface PublicationNode
public String getPath()
getPath
in interface PublicationNode
public String getTitle()
getTitle
in interface PublicationNode
public String getName()
getName
in interface PublicationNode
public String getTreeConfigName()
getTreeConfigName
in interface PublicationNode
public String getSessionId()
getSessionId
in interface PublicationNode
public String getType()
getType
in interface PublicationNode
Copyright © 2015 Nuxeo SA. All rights reserved.