OSID Logo
OSID Specifications
calendaring rules package
Version 3.1.0
Interfaceosid.calendaring.rules.RecurringEventEnabler
Implementsosid.OsidEnabler
Used Byosid.calendaring.rules.RecurringEventEnablerAdminSession
osid.calendaring.rules.RecurringEventEnablerList
osid.calendaring.rules.RecurringEventEnablerLookupSession
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.TyperecurringEventEnablerRecordType the type of recurring event enabler record to retrieve
Returnosid.calendaring.rules.records.RecurringEventEnablerRecord the recurring event enabler record
ErrorsNULL_ARGUMENT recurringEventEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(recurringEventEnablerRecordType) is false
Compliancemandatory This method must be implemented.