OSID Logo
OSID Specifications
subscription package
Version 3.0.0
Interfaceosid.subscription.PublisherNode
Implementsosid.OsidNode
Used Byosid.subscription.PublisherHierarchySession
osid.subscription.PublisherNodeList
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 PublisherHierarchySession .

MethodgetPublisher
Description

Gets the Publisher at this node.

Returnosid.subscription.Publisherthe publisher represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentPublisherNodes
Description

Gets the parents of this publisher.

Returnosid.subscription.PublisherNodeListthe parents of this publisher
CompliancemandatoryThis method must be implemented.
MethodgetChildPublisherNodes
Description

Gets the children of this publisher.

Returnosid.subscription.PublisherNodeListthe children of this publisher
CompliancemandatoryThis method must be implemented.