Interface VaultNode

All Superinterfaces:
Containable, Identifiable, OsidNode

public interface VaultNode 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 VaultHierarchySession .

  • Method Details

    • getVault

      Vault getVault()
      Gets the Vault at this node.
      Returns:
      the vault represented by this node
      Compliance:
      mandatory - This method must be implemented.
    • getParentVaultNodes

      VaultNodeList getParentVaultNodes()
      Gets the parents of this vault.
      Returns:
      the parents of this vault
      Compliance:
      mandatory - This method must be implemented.
    • getChildVaultNodes

      VaultNodeList getChildVaultNodes()
      Gets the children of this vault.
      Returns:
      the children of this vault
      Compliance:
      mandatory - This method must be implemented.