OSID Logo
OSID Specifications
rules check package
Version 3.1.0
Interfaceosid.rules.check.CheckReceiver
Implementsosid.OsidReceiver
Description

The check receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Check objects.

MethodnewChecks
Description

The callback for notifications of new checks.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcheckIds the Ids of the new Checks
Compliancemandatory This method must be implemented.
MethodchangedChecks
Description

The callback for notification of updated checks.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcheckIds the Ids of the updated Checks
Compliancemandatory This method must be implemented.
MethoddeletedChecks
Description

The callback for notification of deleted checks.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcheckIds the Ids of the deleted Checks
Compliancemandatory This method must be implemented.