OSID Logo
OSID Specifications
calendaring rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.calendaring.rules.CommitmentEnablerReceiver
Implementsosid.OsidReceiver
Description

The commitment enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted commitment enablers.

MethodnewCommitmentEnablers
Description

The callback for notifications of new commitment enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcommitmentEnablerIdsthe Id of the new CommitmentEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedCommitmentEnablers
Description

The callback for notification of updated commitment enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcommitmentEnablerIdsthe Id of the updated CommitmentEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedCommitmentEnablers
Description

The callback for notification of deleted commitment enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcommitmentEnablerIdsthe Id of the deleted CommitmentEnablers
CompliancemandatoryThis method must be implemented.