Interface | osid.ontology.SubjectReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The subject receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
Method | newSubjects | ||
Description |
The callback for notifications of new subjects. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | subjectIds | the Ids of the new Subjects | |
Compliance | mandatory | This method must be implemented. | |
Method | changedSubjects | ||
Description |
The callback for notification of updated subjects. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | subjectIds | the Ids of the updated Subjects | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedSubjects | ||
Description |
The callback for notification of deleted subjects. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | subjectIds | the Ids of the deleted Subjects | |
Compliance | mandatory | This method must be implemented. | |
Method | changedChildOfSubjects | ||
Description |
The callback for notifications of changes to children of subjects hierarchy nodes. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | subjectIds | the Ids of the Subjects whose children have
changed | |
Compliance | mandatory | This method must be implemented. |