OSID Logo
OSID Specifications
authentication package
Version 3.0.0
Release Candidate Preview
Interfaceosid.authentication.AgencySearchOrder
Implementsosid.OsidCatalogSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetAgencySearchOrderRecord
Description

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

Parametersosid.type.TypeagencyRecordTypean agency record type
Returnosid.authentication.records.AgencySearchOrderRecordthe agency search order record
ErrorsNULL_ARGUMENT agencyRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(agencyRecordType) is false
CompliancemandatoryThis method must be implemented.