| Interface | osid.workflow.OfficeReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The office receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newOffices | ||
| Description |
The callback for notifications of new offices. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | officeIds | the Ids of the new Offices | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedOffices | ||
| Description |
The callback for notification of updated office. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | officeIds | the Ids of the updated Offices | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedOffices | ||
| Description |
The callback for notification of deleted offices. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | officeIds | the Ids of the deleted Offices | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedChildOfOffices | ||
| Description |
The callback for notifications of changes to children of office hierarchy nodes. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | officeIds | the Ids of the Offices whose children have
changed | |
| Compliance | mandatory | This method must be implemented. | |