OSID Logo
OSID Specifications
inquiry rules package
Version 3.1.0
Interfaceosid.inquiry.rules.AuditConstrainerReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewAuditConstrainers
Description

The callback for notifications of new audit constrainers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListauditConstrainerIds the Id of the new AuditConstrainers
Compliancemandatory This method must be implemented.
MethodchangedAuditConstrainers
Description

The callback for notification of updated audit constrainers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListauditConstrainerIds the Id of the updated AuditConstrainers
Compliancemandatory This method must be implemented.
MethoddeletedAuditConstrainers
Description

The callback for notification of deleted audit constrainers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListauditConstrainerIds the Id of the deleted AuditConstrainers
Compliancemandatory This method must be implemented.