OSID Logo
OSID Specifications
calendaring rules package
Version 3.1.0
Interfaceosid.calendaring.rules.SupersedingEventEnabler
Implementsosid.OsidEnabler
Used Byosid.calendaring.rules.SupersedingEventEnablerAdminSession
osid.calendaring.rules.SupersedingEventEnablerList
osid.calendaring.rules.SupersedingEventEnablerLookupSession
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.TypesupersedingEventEnablerRecordType the type of superseding event enabler record to retrieve
Returnosid.calendaring.rules.records.SupersedingEventEnablerRecord the superseding event enabler record
ErrorsNULL_ARGUMENT supersedingEventEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(supersedingEventEnablerRecordType) is false
Compliancemandatory This method must be implemented.