OSID Logo
OSID Specifications
authorization rules package
Version 3.0.0
Interfaceosid.authorization.rules.AuthorizationEnablerSearchOrder
Implementsosid.OsidEffectuatorSearchOrder
Used Byosid.authorization.rules.AuthorizationEnablerSearchSession
osid.authorization.rules.AuthorizationEnablerSmartVaultSession
Description

An interface for specifying the ordering of search results.

MethodgetAuthorizationEnablerSearchOrderRecord
Description

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

Parametersosid.type.TypeauthorizationEnablerRecordTypean authorization enabler record type
Returnosid.authorization.rules.records.AuthorizationEnablerSearchOrderRecordthe authorization enabler search order record
ErrorsNULL_ARGUMENTauthorizationEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(authorizationEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.