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

An interface for specifying the ordering of search results.

MethodgetInputEnablerSearchOrderRecord
Description

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

Parametersosid.type.TypeinputEnablerRecordTypean input enabler record type
Returnosid.control.rules.records.InputEnablerSearchOrderRecordthe input enabler search order record
ErrorsNULL_ARGUMENT inputEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(inputEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.