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

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

MethodnewAuditConstrainerEnablers
Description

The callback for notifications of new audit constrainer enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListauditConstrainerEnablerIds the Id of the new AuditConstrainerEnablers
Compliancemandatory This method must be implemented.
MethodchangedAuditConstrainerEnablers
Description

The callback for notification of updated audit constrainer enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListauditConstrainerEnablerIds the Id of the updated AuditConstrainerEnablers
Compliancemandatory This method must be implemented.
MethoddeletedAuditConstrainerEnablers
Description

The callback for notification of deleted audit constrainer enablers.

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