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.


Method Summary
 void addChild(Page child)
           
 List getAncestors()
           
 List getChildren()
           
 Page getParent()
           
 boolean hasChildren()
           
 boolean isRootLevel()
           
 void removeChild(Page child)
           
 void setChildren(List children)
           
 void setParent(Page parent)
           
 

Method Detail

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()


Confluence is developed by Atlassian.