Class AbstractPublicationNode
- java.lang.Object
-
- org.nuxeo.ecm.platform.publisher.api.AbstractPublicationNode
-
- All Implemented Interfaces:
Serializable
,PublicationNode
- Direct Known Subclasses:
CoreFolderPublicationNode
,VirtualCoreFolderPublicationNode
public abstract class AbstractPublicationNode extends Object implements PublicationNode
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected PublicationTree
tree
-
Constructor Summary
Constructors Constructor Description AbstractPublicationNode(PublicationTree tree)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getNodeType()
PublicationTree
getTree()
String
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
getChildrenDocuments, getChildrenNodes, getName, getParent, getPath, getPublishedDocumentsFor, getTitle
-
-
-
-
Field Detail
-
tree
protected PublicationTree tree
-
-
Constructor Detail
-
AbstractPublicationNode
public AbstractPublicationNode(PublicationTree tree)
-
-
Method Detail
-
getNodeType
public String getNodeType()
- Specified by:
getNodeType
in interfacePublicationNode
-
getType
public String getType()
- Specified by:
getType
in interfacePublicationNode
-
getTree
public PublicationTree getTree()
- Specified by:
getTree
in interfacePublicationNode
-
-