OSID Logo
OSID Specifications
hold rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.hold.rules.HoldEnablerReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewHoldEnablers
Description

The callback for notifications of new hold enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListholdEnablerIdsthe Ids of the new HoldEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedHoldEnablers
Description

The callback for notification of updated hold enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListholdEnablerIdsthe Ids of the new HoldEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedHoldEnablers
Description

The callback for notification of deleted hold enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListholdEnablerIdsthe Ids of the new HoldEnablers
CompliancemandatoryThis method must be implemented.