OSID Logo
OSID Specifications
rules check package
Version 3.0.0
Release Candidate Preview
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.IdListcheckIdsthe Ids of the new Checks
CompliancemandatoryThis method must be implemented.
MethodchangedChecks
Description

The callback for notification of updated checks.

Parametersosid.id.IdListcheckIdsthe Ids of the updated Checks
CompliancemandatoryThis method must be implemented.
MethoddeletedChecks
Description

The callback for notification of deleted checks.

Parametersosid.id.IdListcheckIdsthe Ids of the deleted Checks
CompliancemandatoryThis method must be implemented.