OSID Logo
OSID Specifications
calendaring rules package
Version 3.1.0
Interfaceosid.calendaring.rules.RecurringEventEnablerForm
Implementsosid.OsidEnablerForm
Used Byosid.calendaring.rules.RecurringEventEnablerAdminSession
Description

This is the form for creating and updating RecurringEventEnablers. Like all OsidForm objects, various data elements may be set here for use in the create and update methods in the RecurringEventEnablerAdminSession. For each data element that may be set, metadata may be examined to provide display hints or data constraints.

MethodgetRecurringEventEnablerFormRecord
Description

Gets the RecurringEventEnablerFormRecord corresponding to the given recurring event enabler record Type.

Parametersosid.type.TyperecurringEventEnablerRecordType a recurring event enabler record type
Returnosid.calendaring.rules.records.RecurringEventEnablerFormRecord the recurring event enabler form record
ErrorsNULL_ARGUMENT recurringEventEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(recurringEventEnablerRecordType) is false
Compliancemandatory This method must be implemented.