public class BasicPublicationNode extends Object implements PublicationNode
PublicationNode.| 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() throws ClientException
getChildrenDocuments in interface PublicationNodeClientExceptionpublic List<PublicationNode> getChildrenNodes() throws ClientException
getChildrenNodes in interface PublicationNodeClientExceptionpublic 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 © 2013 Nuxeo SA. All Rights Reserved.