OSID Logo
OSID Specifications
calendaring rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.calendaring.rules.RecurringEventEnablerForm
Implementsosid.OsidEnablerForm
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.TyperecurringEventEnablerRecordTypea recurring event enabler record type
Returnosid.calendaring.rules.records.RecurringEventEnablerFormRecordthe recurring event enabler form record
ErrorsNULL_ARGUMENT recurringEventEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(recurringEventEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.