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

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

MethodnewInstructions
Description

The callback for notifications of new instructions.

Parametersosid.id.IdListinstructionIdsthe Ids of the new Instructions
CompliancemandatoryThis method must be implemented.
MethodchangedInstructions
Description

The callback for notification of updated instructions.

Parametersosid.id.IdListinstructionIdsthe Ids of the updated Instructions
CompliancemandatoryThis method must be implemented.
MethoddeletedInstructions
Description

The callback for notification of deleted instructions.

Parametersosid.id.IdListinstructionIdsthe Ids of the deleted Instructions
CompliancemandatoryThis method must be implemented.