com.atlassian.confluence.core
Interface Hierarchical
- All Known Implementing Classes:
- Page
- public interface Hierarchical
Please do not use this interface. In its current form it is so tightly coupled with Page that it can't
be implemented by any other class, and is therefore useless.
isRootLevel
public boolean isRootLevel()
getParent
public Page getParent()
setParent
public void setParent(Page parent)
getChildren
public List getChildren()
hasChildren
public boolean hasChildren()
setChildren
public void setChildren(List children)
addChild
public void addChild(Page child)
removeChild
public void removeChild(Page child)
getAncestors
public List getAncestors()