Interface | osid.rules.check.AgendaSearch | ||
---|---|---|---|
Implements | osid.OsidSearch | ||
Description |
The search interface for governing agenda searches. | ||
Method | searchAmongAgendas | ||
Description |
Execute this search among the given list of agendas. | ||
Parameters | osid.id.IdList | agendaIds | list of agendas |
Errors | NULL_ARGUMENT | agendaIds is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderAgendaResults | ||
Description |
Specify an ordering to the search results. | ||
Parameters | osid.rules.check.AgendaSearchOrder | agendaSearchOrder | agenda search order |
Errors | NULL_ARGUMENT | agendaSearchOrder is null | |
UNSUPPORTED | agendaSearchOrder is not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getAgendaSearchRecord | ||
Description |
Gets the agenda search record corresponding to the
given agenda search record | ||
Parameters | osid.type.Type | agendaSearchRecordType | an agenda search record type |
Return | osid.rules.check.records.AgendaSearchRecord | the agenda search record | |
Errors | NULL_ARGUMENT | agendaSearchRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | hasRecordType(agendaSearchRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |