OSID Logo
OSID Specifications
inquiry package
Version 3.0.0
Release Candidate Preview
Interfaceosid.inquiry.AuditReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewAudits
Description

The callback for notifications of new audits.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListauditIdsthe Ids of the new Audits
CompliancemandatoryThis method must be implemented.
MethodchangedAudits
Description

The callback for notification of updated audits.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListauditIdsthe Ids of the updated Audits
CompliancemandatoryThis method must be implemented.
MethoddeletedAudits
Description

The callback for notification of deleted audits.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListauditIdsthe Ids of the deleted Audits
CompliancemandatoryThis method must be implemented.