Interface | osid.assessment.BankNotificationSession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session defines methods to receive notifications on
adds/changes to | ||
Method | canRegisterForBankNotifications | ||
Description |
Tests if this user can register for | ||
Return | boolean | false if notification methods are not authorized,
true otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | reliableBankNotifications | ||
Description |
Reliable notifications are desired. In reliable mode,
notifications are to be acknowledged using | ||
Compliance | mandatory | This method is must be implemented. | |
Method | unreliableBankNotifications | ||
Description |
Unreliable notifications are desired. In unreliable mode, notifications do not need to be acknowledged. | ||
Compliance | mandatory | This method is must be implemented. | |
Method | acknowledgeBankNotification | ||
Description |
Acknowledge a bank notification. | ||
Parameters | osid.id.Id | notificationId | the Id of the notification |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForNewBanks | ||
Description |
Register for notifications of new banks. | ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure occurred | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedBanks | ||
Description |
Registers for notification of updated banks. | ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure occurred | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedBank | ||
Description |
Registers for notification of an updated bank. | ||
Parameters | osid.id.Id | bankId | the Id of the bank to monitor |
Errors | NULL_ARGUMENT | bankId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedBanks | ||
Description |
Registers for notification of deleted banks. | ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure occurred | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedBank | ||
Description |
Registers for notification of a deleted bank. | ||
Parameters | osid.id.Id | bankId | the Id of the bank to monitor |
Errors | NULL_ARGUMENT | bankId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedBankHierarchy | ||
Description |
Registers for notification of an updated bank hierarchy
structure. | ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedBankHierarchyForAncestors | ||
Description |
Registers for notification of an updated bank hierarchy
structure. | ||
Parameters | osid.id.Id | bankId | the Id of the Bank node to monitor |
Errors | NULL_ARGUMENT | bankId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedBankHierarchyForDescendants | ||
Description |
Registers for notification of an updated bank hierarchy
structure. | ||
Parameters | osid.id.Id | bankId | the Id of the Bank node to monitor |
Errors | NULL_ARGUMENT | bankId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. |