OSID Logo
OSID Specifications
authentication package
Version 3.1.0
Interfaceosid.authentication.AgencySearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.authentication.AgencySearchSession
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.TypeagencyRecordType an agency record type
Returnosid.authentication.records.AgencySearchOrderRecord the agency search order record
ErrorsNULL_ARGUMENT agencyRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(agencyRecordType) is false
Compliancemandatory This method must be implemented.