OSID Logo
OSID Specifications
rules check package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListinstructionIds the Ids of the new Instructions
Compliancemandatory This method must be implemented.
MethodchangedInstructions
Description

The callback for notification of updated instructions.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListinstructionIds the Ids of the updated Instructions
Compliancemandatory This method must be implemented.
MethoddeletedInstructions
Description

The callback for notification of deleted instructions.

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