OSID Logo
OSID Specifications
calendaring rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.calendaring.rules.SupersedingEventEnabler
Implementsosid.OsidEnabler
Description

A SupersedingEventEnabler describes the rules for making a SupersedingEvent effective.

MethodgetSupersedingEventEnablerRecord
Description

Gets the superseding event enabler record corresponding to the given SupersedingEventEnabler record Type. This method is used to retrieve an object implementing the requested record. The supersedingEventEnablerRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(supersedingEventEnablerRecordType) is true .

Parametersosid.type.TypesupersedingEventEnablerRecordTypethe type of superseding event enabler record to retrieve
Returnosid.calendaring.rules.records.SupersedingEventEnablerRecordthe superseding event enabler record
ErrorsNULL_ARGUMENT supersedingEventEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(supersedingEventEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.