OSID Logo
OSID Specifications
transport package
Version 3.1.0
Interfaceosid.transport.EndpointNode
Implementsosid.OsidNode
Used Byosid.transport.EndpointHierarchySession
osid.transport.EndpointNodeList
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 EndpointHierarchySession.

MethodgetEndpoint
Description

Gets the Endpoint at this node.

Returnosid.transport.Endpoint the endpoint represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentEndpointNodes
Description

Gets the parents of this endpoint.

Returnosid.transport.EndpointNodeList the parents of the id
Compliancemandatory This method must be implemented.
MethodgetChildEndpointNodes
Description

Gets the children of this endpoint.

Returnosid.transport.EndpointNodeList the children of this endpoint
Compliancemandatory This method must be implemented.