Interface | osid.inquiry.InquestReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The inquest receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
Method | newInquests | ||
Description |
The callback for notifications of new inquests. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | inquestIds | the Ids of the new Inquests | |
Compliance | mandatory | This method must be implemented. | |
Method | changedInquests | ||
Description |
The callback for notification of updated inquest. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | inquestIds | the Ids of the updated Inquests | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedInquests | ||
Description |
The callback for notification of deleted inquests. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | inquestIds | the Ids of the deleted Inquests | |
Compliance | mandatory | This method must be implemented. | |
Method | changedChildOfInquests | ||
Description |
The callback for notifications of changes to children of inquest hierarchy nodes. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | inquestIds | the Ids of the Inquests whose children have
changed | |
Compliance | mandatory | This method must be implemented. |