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

The callback for notification of updated audit enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListauditEnablerIds the Ids of the updated AuditEnablers
Compliancemandatory This method must be implemented.
MethoddeletedAuditEnablers
Description

The callback for notification of deleted audit enablers.

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