OSID Logo
OSID Specifications
calendaring rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.calendaring.rules.OffsetEventEnablerForm
Implementsosid.OsidEnablerForm
Description

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

MethodgetOffsetEventEnablerFormRecord
Description

Gets the OffsetEventEnablerFormRecord corresponding to the given offset event enabler record Type.

Parametersosid.type.TypeoffsetEventEnablerRecordTypean offset event enabler record type
Returnosid.calendaring.rules.records.OffsetEventEnablerFormRecordthe offset event enabler form record
ErrorsNULL_ARGUMENT offsetEventEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(offsetEventEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.