OSID Logo
OSID Specifications
rules check package
Version 3.0.0
Release Candidate Preview
Interfaceosid.rules.check.AgendaSearchOrder
Implementsosid.OsidObjectSearchOrder
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.TypeagendaRecordTypean agenda record type
Returnosid.rules.check.records.AgendaSearchOrderRecordthe agenda search order record
ErrorsNULL_ARGUMENT agendaRecordType is null
OPERATION_FAILEDunable to complete request
PERMISSION_DENIEDauthorization failure occurred
UNSUPPORTED hasRecordType(agendaRecordType) is false
CompliancemandatoryThis method must be implemented.