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.
| Modifier and Type | Method and Description |
|---|---|
VaultNodeList |
getChildVaultNodes()
Gets the children of this vault.
|
VaultNodeList |
getParentVaultNodes()
Gets the parents of this vault.
|
Vault |
getVault()
Gets the
Vault at this node. |
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRootgetId, isCurrentisSequesteredVault getVault()
Vault at this node.mandatory - This method must be implemented. VaultNodeList getParentVaultNodes()
mandatory - This method must be implemented. VaultNodeList getChildVaultNodes()
mandatory - This method must be implemented.