| Interface | osid.rules.check.Agenda | ||
|---|---|---|---|
| Implements | osid.OsidObject | ||
| Description |
An | ||
| Method | getAgendaRecord | ||
| Description |
Gets the agenda record corresponding to the given
| ||
| Parameters | osid.type.Type | agendaRecordType | the type of agenda record to retrieve |
| Return | osid.rules.check.records.AgendaRecord | the agenda 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. | |