OSID Logo
OSID Specifications
authorization package
Version 3.0.0
Release Candidate Preview
Interfaceosid.authorization.VaultSearchOrder
Implementsosid.OsidCatalogSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetVaultSearchOrderRecord
Description

Gets the vault search order record corresponding to the given vault record Type. Multiple retrievals return the same underlying object.

Parametersosid.type.TypevaultRecordTypea vault record type
Returnosid.authorization.records.VaultSearchOrderRecordthe vault search order record
ErrorsNULL_ARGUMENT vaultRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(vaultRecordType) is false
CompliancemandatoryThis method must be implemented.