| Interface | osid.rules.check.AgendaCondition | ||
|---|---|---|---|
| Implements | osid.OsidCondition | ||
| Used By | osid.rules.check.AgendaEvaluationSession | ||
osid.rules.check.AgendaSession | |||
| Description |
The | ||
| Method | getAgendaConditionRecord | ||
| Description |
Gets the agenda condition record corresponding to the
given | ||
| Parameters | osid.type.Type | agendaConditionRecordType | the type of agenda condition record to retrieve |
| Return | osid.rules.check.records.AgendaConditionRecord | the agenda condition record | |
| Errors | NULL_ARGUMENT | agendaConditionRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | hasRecordType(agendaConditionRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |