Interface | osid.calendaring.cycle.CyclicEvent | ||
---|---|---|---|
Implements | osid.OsidObject | ||
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. |