Interface AuditConstrainerEnablerReceiver
- All Superinterfaces:
OsidReceiver
The audit receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted
AuditConstrainerEnablers .
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedAuditConstrainerEnablers(Id notificationId, IdList auditConstrainerEnablerIds) The callback for notification of updated audit constrainer enablers.voiddeletedAuditConstrainerEnablers(Id notificationId, IdList auditConstrainerEnablerIds) The callback for notification of deleted audit constrainer enablers.voidnewAuditConstrainerEnablers(Id notificationId, IdList auditConstrainerEnablerIds) The callback for notifications of new audit constrainer enablers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newAuditConstrainerEnablers
The callback for notifications of new audit constrainer enablers.- Parameters:
notificationId- the notificationIdauditConstrainerEnablerIds- theIdof the newAuditConstrainerEnablers- Compliance:
mandatory- This method must be implemented.
-
changedAuditConstrainerEnablers
The callback for notification of updated audit constrainer enablers.- Parameters:
notificationId- the notificationIdauditConstrainerEnablerIds- theIdof the updatedAuditConstrainerEnablers- Compliance:
mandatory- This method must be implemented.
-
deletedAuditConstrainerEnablers
The callback for notification of deleted audit constrainer enablers.- Parameters:
notificationId- the notificationIdauditConstrainerEnablerIds- theIdof the deletedAuditConstrainerEnablers- Compliance:
mandatory- This method must be implemented.
-