OSID Logo
OSID Specifications
authorization rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.authorization.rules.AuthorizationEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
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_ARGUMENT authorizationEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(authorizationEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.