OSID Logo
OSID Specifications
ordering package
Version 3.0.0
Release Candidate Preview
Interfaceosid.ordering.StoreNode
Implementsosid.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 StoreHierarchySession.

MethodgetStore
Description

Gets the Store at this node.

Returnosid.ordering.Storethe store represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentStoreNodes
Description

Gets the parents of this store.

Returnosid.ordering.StoreNodeListthe parents of this store
CompliancemandatoryThis method must be implemented.
MethodgetChildStoreNodes
Description

Gets the children of this store.

Returnosid.ordering.StoreNodeListthe children of this store
CompliancemandatoryThis method must be implemented.