OSID Logo
OSID Specifications
calendaring rules package
Version 3.1.0
Interfaceosid.calendaring.rules.CommitmentEnabler
Implementsosid.OsidEnabler
Used Byosid.calendaring.rules.CommitmentEnablerAdminSession
osid.calendaring.rules.CommitmentEnablerList
osid.calendaring.rules.CommitmentEnablerLookupSession
Description

A CommitmentEnabler describes the rules for making Commitments effective.

MethodgetCommitmentEnablerRecord
Description

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

Parametersosid.type.TypecommitmentEnablerRecordType the type of commitment enabler record to retrieve
Returnosid.calendaring.rules.records.CommitmentEnablerRecord the commitment enabler record
ErrorsNULL_ARGUMENT commitmentEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(commitmentEnablerRecordType) is false
Compliancemandatory This method must be implemented.