Interface StoreNode

All Superinterfaces:
Containable, Identifiable, OsidNode

public interface StoreNode 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 StoreHierarchySession .

  • Method Details

    • getStore

      Store getStore()
      Gets the Store at this node.
      Returns:
      the store represented by this node
      Compliance:
      mandatory - This method must be implemented.
    • getParentStoreNodes

      StoreNodeList getParentStoreNodes()
      Gets the parents of this store.
      Returns:
      the parents of this store
      Compliance:
      mandatory - This method must be implemented.
    • getChildStoreNodes

      StoreNodeList getChildStoreNodes()
      Gets the children of this store.
      Returns:
      the children of this store
      Compliance:
      mandatory - This method must be implemented.