public class VirtualCoreFolderPublicationNode extends AbstractPublicationNode
Modifier and Type | Field and Description |
---|---|
protected static String |
ACCESSIBLE_CHILDREN_QUERY |
protected String |
coreSessionId |
protected PublishedDocumentFactory |
factory |
protected String |
path |
tree
Constructor and Description |
---|
VirtualCoreFolderPublicationNode(String coreSessionId,
String documentPath,
PublicationTree tree,
PublishedDocumentFactory factory) |
Modifier and Type | Method and Description |
---|---|
List<PublishedDocument> |
getChildrenDocuments() |
List<PublicationNode> |
getChildrenNodes() |
protected CoreSession |
getCoreSession() |
String |
getName() |
PublicationNode |
getParent() |
String |
getPath() |
String |
getTitle() |
getNodeType, getTree, getType
protected static String ACCESSIBLE_CHILDREN_QUERY
protected String coreSessionId
protected PublishedDocumentFactory factory
public VirtualCoreFolderPublicationNode(String coreSessionId, String documentPath, PublicationTree tree, PublishedDocumentFactory factory)
public PublicationNode getParent()
public List<PublicationNode> getChildrenNodes()
protected CoreSession getCoreSession()
public List<PublishedDocument> getChildrenDocuments()
Copyright © 2018 Nuxeo. All rights reserved.