Interface AuditProcessorEnablerReceiver
- All Superinterfaces:
OsidReceiver
The audit receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted
AuditProcessorEnablers .
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedAuditProcessorEnablers(Id notificationId, IdList auditProcessorEnablerIds) The callback for notification of updated audit processor enablers.voiddeletedAuditProcessorEnablers(Id notificationId, IdList auditProcessorEnablerIds) The callback for notification of deleted audit processor enablers.voidnewAuditProcessorEnablers(Id notificationId, IdList auditProcessorEnablerIds) The callback for notifications of new audit processor enablers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newAuditProcessorEnablers
The callback for notifications of new audit processor enablers.- Parameters:
notificationId- the notificationIdauditProcessorEnablerIds- theIdof the newAuditProcessorEnablers- Compliance:
mandatory- This method must be implemented.
-
changedAuditProcessorEnablers
The callback for notification of updated audit processor enablers.- Parameters:
notificationId- the notificationIdauditProcessorEnablerIds- theIdof the updatedAuditProcessorEnablers- Compliance:
mandatory- This method must be implemented.
-
deletedAuditProcessorEnablers
The callback for notification of deleted audit processor enablers.- Parameters:
notificationId- the notificationIdauditProcessorEnablerIds- theIdof the deletedAuditProcessorEnablers- Compliance:
mandatory- This method must be implemented.
-