OSID Logo
OSID Specifications
calendaring rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.calendaring.rules.RecurringEventEnabler
Implementsosid.OsidEnabler
Description

A RecurringEventEnabler describes the rules for making a RecurringEvent effective.

MethodgetRecurringEventEnablerRecord
Description

Gets the recurring event enabler record corresponding to the given RecurringEventEnabler record Type. This method is used to retrieve an object implementing the requested record. The recurringEventEnablerRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(recurringEventEnablerRecordType) is true .

Parametersosid.type.TyperecurringEventEnablerRecordTypethe type of recurring event enabler record to retrieve
Returnosid.calendaring.rules.records.RecurringEventEnablerRecordthe recurring event enabler record
ErrorsNULL_ARGUMENT recurringEventEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(recurringEventEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.