Interface | osid.authorization.VaultNode | ||
---|---|---|---|
Implements | osid.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
| ||
Method | getVault | ||
Description |
Gets the | ||
Return | osid.authorization.Vault | the vault represented by this node | |
Compliance | mandatory | This method must be implemented. | |
Method | getParentVaultNodes | ||
Description |
Gets the parents of this vault. | ||
Return | osid.authorization.VaultNodeList | the parents of this vault | |
Compliance | mandatory | This method must be implemented. | |
Method | getChildVaultNodes | ||
Description |
Gets the children of this vault. | ||
Return | osid.authorization.VaultNodeList | the children of this vault | |
Compliance | mandatory | This method must be implemented. |