OSID Logo
OSID Specifications
inquiry package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListauditIds the Ids of the new Audits
Compliancemandatory This method must be implemented.
MethodchangedAudits
Description

The callback for notification of updated audits.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListauditIds the Ids of the updated Audits
Compliancemandatory This method must be implemented.
MethoddeletedAudits
Description

The callback for notification of deleted audits.

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