public interface Vault extends OsidCatalog
A vault defines a collection of authorizations and functions.
| Modifier and Type | Method and Description |
|---|---|
VaultRecord |
getVaultRecord(Type vaultRecordType)
Gets the vault record corresponding to the given
Vault
record Type. |
getDescription, getDisplayName, getGenusType, isOfGenusTypegetId, isCurrentgetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdVaultRecord getVaultRecord(Type vaultRecordType) throws OperationFailedException
Vault
record Type. This method is used to retrieve an object
implementing the requested record. The vaultRecordType
may be the Type returned in getRecordTypes()
or any of its parents in a Type hierarchy where
hasRecordType(vaultRecordType) is true .vaultRecordType - a vault record typeNullArgumentException - vaultRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(vaultRecordType) is false mandatory - This method must be implemented.