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

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

MethodnewAuditProcessors
Description

The callback for notifications of new audit processors.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListauditProcessorIds the Id of the new AuditProcessors
Compliancemandatory This method must be implemented.
MethodchangedAuditProcessors
Description

The callback for notification of updated audit processors.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListauditProcessorIds the Id of the updated AuditProcessors
Compliancemandatory This method must be implemented.
MethoddeletedAuditProcessors
Description

The callback for notification of deleted audit processors.

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