OSID Logo
OSID Specifications
hold rules package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListholdEnablerIds the Ids of the new HoldEnablers
Compliancemandatory This method must be implemented.
MethodchangedHoldEnablers
Description

The callback for notification of updated hold enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListholdEnablerIds the Ids of the new HoldEnablers
Compliancemandatory This method must be implemented.
MethoddeletedHoldEnablers
Description

The callback for notification of deleted hold enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListholdEnablerIds the Ids of the new HoldEnablers
Compliancemandatory This method must be implemented.