Interface | osid.course.TermReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The term receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
Method | newTerms | ||
Description |
The callback for notifications of new terms. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | termIds | the Ids of the new Terms | |
Compliance | mandatory | This method must be implemented. | |
Method | changedTerms | ||
Description |
The callback for notification of updated terms. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | termIds | the Ids of the updated Terms | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedTerms | ||
Description |
The callback for notification of deleted terms. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | termIds | the Ids of the deleted Terms | |
Compliance | mandatory | This method must be implemented. | |
Method | changedChildOfTerms | ||
Description |
The callback for notifications of changes to children of term hierarchy nodes. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | termIds | the Ids of the Terms whose children have
changed | |
Compliance | mandatory | This method must be implemented. |