OSID Logo
OSID Specifications
subscription rules package
Version 3.0.0
Interfaceosid.subscription.rules.DispatchConstrainerReceiver
Implementsosid.OsidReceiver
Description

The dispatch receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted DispatchConstrainers .

MethodnewDispatchConstrainers
Description

The callback for notifications of new dispatch constrainers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdispatchConstrainerIdsthe Id of the new DispatchConstrainers
CompliancemandatoryThis method must be implemented.
MethodchangedDispatchConstrainers
Description

The callback for notification of updated dispatch constrainers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdispatchConstrainerIdsthe Id of the updated DispatchConstrainers
CompliancemandatoryThis method must be implemented.
MethoddeletedDispatchConstrainers
Description

The callback for notification of deleted dispatch constrainers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdispatchConstrainerIdsthe Id of the deleted DispatchConstrainers
CompliancemandatoryThis method must be implemented.