| Interface | osid.calendaring.cycle.CyclicEvent | ||
|---|---|---|---|
| Implements | osid.OsidObject | ||
| Used By | osid.OsidEnabler | ||
osid.calendaring.cycle.CyclicEventAdminSession | |||
osid.calendaring.cycle.CyclicEventList | |||
osid.calendaring.cycle.CyclicEventLookupSession | |||
osid.checklist.mason.TodoProducer | |||
osid.rules.check.Check | |||
| Description |
An | ||
| Method | getCyclicEventRecord | ||
| Description |
Gets the cyclic event record corresponding to the
given | ||
| Parameters | osid.type.Type | cyclicEventRecordType | the type of the record to retrieve |
| Return | osid.calendaring.cycle.records.CyclicEventRecord | the cyclic event record | |
| Errors | NULL_ARGUMENT | cyclicEventRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(cyclicEventRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |