OSID Logo
OSID Specifications
rules check package
Version 3.1.0
Interfaceosid.rules.check.AgendaSearchOrder
Implementsosid.OsidRuleSearchOrder
Used Byosid.rules.check.AgendaSearchSession
osid.rules.check.AgendaSmartEngineSession
osid.rules.check.CheckSearchOrder
osid.rules.check.InstructionSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetAgendaSearchOrderRecord
Description

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

Parametersosid.type.TypeagendaRecordType an agenda record type
Returnosid.rules.check.records.AgendaSearchOrderRecord the agenda search order record
ErrorsNULL_ARGUMENT agendaRecordType is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
UNSUPPORTED hasRecordType(agendaRecordType) is false
Compliancemandatory This method must be implemented.