Class VirtualCoreFolderPublicationNode
- java.lang.Object
-
- org.nuxeo.ecm.platform.publisher.api.AbstractPublicationNode
-
- org.nuxeo.ecm.platform.publisher.impl.core.VirtualCoreFolderPublicationNode
-
- All Implemented Interfaces:
Serializable
,PublicationNode
public class VirtualCoreFolderPublicationNode extends AbstractPublicationNode
- Author:
- Thomas Roger
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected static String
ACCESSIBLE_CHILDREN_QUERY
protected CoreSession
coreSession
protected PublishedDocumentFactory
factory
protected String
path
-
Fields inherited from class org.nuxeo.ecm.platform.publisher.api.AbstractPublicationNode
tree
-
-
Constructor Summary
Constructors Constructor Description VirtualCoreFolderPublicationNode(CoreSession coreSession, String documentPath, PublicationTree tree, PublishedDocumentFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PublishedDocument>
getChildrenDocuments()
List<PublicationNode>
getChildrenNodes()
String
getName()
PublicationNode
getParent()
String
getPath()
String
getTitle()
-
Methods inherited from class org.nuxeo.ecm.platform.publisher.api.AbstractPublicationNode
getNodeType, getTree, getType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.nuxeo.ecm.platform.publisher.api.PublicationNode
getPublishedDocumentsFor
-
-
-
-
Field Detail
-
ACCESSIBLE_CHILDREN_QUERY
protected static String ACCESSIBLE_CHILDREN_QUERY
-
coreSession
protected CoreSession coreSession
-
path
protected String path
-
factory
protected PublishedDocumentFactory factory
-
-
Constructor Detail
-
VirtualCoreFolderPublicationNode
public VirtualCoreFolderPublicationNode(CoreSession coreSession, String documentPath, PublicationTree tree, PublishedDocumentFactory factory)
-
-
Method Detail
-
getTitle
public String getTitle()
-
getName
public String getName()
-
getParent
public PublicationNode getParent()
-
getChildrenNodes
public List<PublicationNode> getChildrenNodes()
-
getChildrenDocuments
public List<PublishedDocument> getChildrenDocuments()
-
getPath
public String getPath()
-
-