| Interface | osid.blogging.BlogNode | ||
|---|---|---|---|
| Implements | osid.OsidNode | ||
| Description |
This interface is a container for a partial hierarchy
retrieval. The number of hierarchy levels traversable through
this interface depend on the number of levels requested in the
| ||
| Method | getBlog | ||
| Description |
Gets the | ||
| Return | osid.blogging.Blog | the blog represented by this node | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getParentBlogNodes | ||
| Description |
Gets the parents of this blog. | ||
| Return | osid.blogging.BlogNodeList | the parents of this blog | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getChildBlogNodes | ||
| Description |
Gets the children of this blog. | ||
| Return | osid.blogging.BlogNodeList | the children of this blog | |
| Compliance | mandatory | This method must be implemented. | |