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

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

MethodnewAuditEnablers
Description

The callback for notifications of new audit enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListauditEnablerIdsthe Ids of the new AuditEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedAuditEnablers
Description

The callback for notification of updated audit enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListauditEnablerIdsthe Ids of the updated AuditEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedAuditEnablers
Description

The callback for notification of deleted audit enablers.

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