public interface PublisherNode extends OsidNode
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 PublisherHierarchySession.
| Modifier and Type | Method and Description |
|---|---|
PublisherNodeList |
getChildPublisherNodes()
Gets the children of this publisher.
|
PublisherNodeList |
getParentPublisherNodes()
Gets the parents of this publisher.
|
Publisher |
getPublisher()
Gets the
Publisher at this node. |
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRootgetId, isCurrentisSequesteredPublisher getPublisher()
Publisher at this node.mandatory - This method must be implemented. PublisherNodeList getParentPublisherNodes()
mandatory - This method must be implemented. PublisherNodeList getChildPublisherNodes()
mandatory - This method must be implemented.