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