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

The rule receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted rules.

MethodnewRules
Description

The callback for notifications of new rules.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListruleIdsthe Ids of the new rules
CompliancemandatoryThis method must be implemented.
MethodchangedRules
Description

the callback for notification of changed rules.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListruleIdsthe Ids of the changed rules
CompliancemandatoryThis method must be implemented.
MethoddeletedRules
Description

the callback for notification of deleted rules.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListruleIdsthe Ids of the deleted rules
CompliancemandatoryThis method must be implemented.