Interface | osid.rules.check.AgendaSearchOrder | ||
---|---|---|---|
Implements | osid.OsidObjectSearchOrder | ||
Description |
An interface for specifying the ordering of search results. | ||
Method | getAgendaSearchOrderRecord | ||
Description |
Gets the agenda search order record corresponding to
the given agenda record | ||
Parameters | osid.type.Type | agendaRecordType | an agenda record type |
Return | osid.rules.check.records.AgendaSearchOrderRecord | the agenda search order record | |
Errors | NULL_ARGUMENT | agendaRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | hasRecordType(agendaRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |