OSID Logo
OSID Specifications
authorization package
Version 3.1.0
Interfaceosid.authorization.VaultSearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.authorization.VaultSearchSession
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.TypevaultRecordType a vault record type
Returnosid.authorization.records.VaultSearchOrderRecord the vault search order record
ErrorsNULL_ARGUMENT vaultRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(vaultRecordType) is false
Compliancemandatory This method must be implemented.