Interface | osid.authorization.VaultSearchOrder | ||
---|---|---|---|
Implements | osid.OsidCatalogSearchOrder | ||
Description |
An interface for specifying the ordering of search results. | ||
Method | getVaultSearchOrderRecord | ||
Description |
Gets the vault search order record corresponding to the
given vault record | ||
Parameters | osid.type.Type | vaultRecordType | a vault record type |
Return | osid.authorization.records.VaultSearchOrderRecord | the vault search order record | |
Errors | NULL_ARGUMENT | vaultRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(vaultRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |