OSID Logo
OSID Specifications
authorization rules package
Version 3.1.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.TypeauthorizationEnablerRecordType an authorization enabler record type
Returnosid.authorization.rules.records.AuthorizationEnablerSearchOrderRecord the authorization enabler search order record
ErrorsNULL_ARGUMENT authorizationEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(authorizationEnablerRecordType) is false
Compliancemandatory This method must be implemented.