Interface | osid.learning.ObjectiveBankReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The vault receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
Method | newObjectiveBanks | ||
Description |
The callback for notifications of new objective banks. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | objectiveBankIds | the Ids of the new ObjectiveBanks | |
Compliance | mandatory | This method must be implemented. | |
Method | changedObjectiveBanks | ||
Description |
The callback for notification of updated objective banks. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | objectiveBankIds | the Ids of the updated ObjectiveBanks | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedObjectiveBanks | ||
Description |
The callback for notification of deleted objective banks. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | objectiveBankIds | the Ids of the deleted ObjectiveBanks | |
Compliance | mandatory | This method must be implemented. | |
Method | changedChildOfObjectiveBanks | ||
Description |
The callback for notifications of changes to children of objective bank hierarchy nodes. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | objectiveBankIds | the Ids of the ObjectiveBanks whose children
have changed | |
Compliance | mandatory | This method must be implemented. |