public interface

Hierarchical

com.atlassian.confluence.core.Hierarchical<T>
Known Indirect Subclasses

Class Overview

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.

Summary

Public Methods
void addChild(T child)
List<T> getAncestors()
List<T> getChildren()
T getParent()
boolean hasChildren()
boolean isRootLevel()
void removeChild(T child)
void setChildren(List<T> children)
void setParent(T parent)

Public Methods

public void addChild (T child)

public List<T> getAncestors ()

public List<T> getChildren ()

public T getParent ()

public boolean hasChildren ()

public boolean isRootLevel ()

public void removeChild (T child)

public void setChildren (List<T> children)

public void setParent (T parent)