OSID Logo
OSID Specifications
control rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.control.rules.ActionEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetActionEnablerSearchOrderRecord
Description

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

Parametersosid.type.TypeactionEnablerRecordTypean action enabler record type
Returnosid.control.rules.records.ActionEnablerSearchOrderRecordthe action enabler search order record
ErrorsNULL_ARGUMENT actionEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(actionEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.