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

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

MethodnewAuditProcessorEnablers
Description

The callback for notifications of new audit processor enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListauditProcessorEnablerIds the Id of the new AuditProcessorEnablers
Compliancemandatory This method must be implemented.
MethodchangedAuditProcessorEnablers
Description

The callback for notification of updated audit processor enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListauditProcessorEnablerIds the Id of the updated AuditProcessorEnablers
Compliancemandatory This method must be implemented.
MethoddeletedAuditProcessorEnablers
Description

The callback for notification of deleted audit processor enablers.

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