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 PublicationNode
ClientException
public List<PublicationNode> getChildrenNodes() throws ClientException
getChildrenNodes
in interface PublicationNode
ClientException
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.