public class FSPublicationNode extends AbstractPublicationNode implements PublicationNode
Modifier and Type | Field and Description |
---|---|
protected File |
folder |
protected String |
sid |
treeName
Constructor and Description |
---|
FSPublicationNode(File folder,
String treeName,
String sid) |
FSPublicationNode(String path,
String treeName,
String sid) |
Modifier and Type | Method and Description |
---|---|
List<PublishedDocument> |
getChildrenDocuments() |
List<PublicationNode> |
getChildrenNodes() |
String |
getName() |
PublicationNode |
getParent() |
String |
getPath() |
String |
getSessionId() |
String |
getTitle() |
getNodeType, getTreeConfigName, getType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNodeType, getTreeConfigName, getType
public FSPublicationNode(String path, String treeName, String sid)
public FSPublicationNode(File folder, String treeName, String sid)
public List<PublishedDocument> getChildrenDocuments()
getChildrenDocuments
in interface PublicationNode
public List<PublicationNode> getChildrenNodes()
getChildrenNodes
in interface PublicationNode
public String getName()
getName
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 getSessionId()
getSessionId
in interface PublicationNode
Copyright © 2015 Nuxeo SA. All rights reserved.