OSID Logo
OSID Specifications
calendaring rules package
Version 3.1.0
Interfaceosid.calendaring.rules.OffsetEventEnablerForm
Implementsosid.OsidEnablerForm
Used Byosid.calendaring.rules.OffsetEventEnablerAdminSession
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.TypeoffsetEventEnablerRecordType an offset event enabler record type
Returnosid.calendaring.rules.records.OffsetEventEnablerFormRecord the offset event enabler form record
ErrorsNULL_ARGUMENT offsetEventEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(offsetEventEnablerRecordType) is false
Compliancemandatory This method must be implemented.