| Interface | osid.personnel.OrganizationReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The organization receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted organizations. | ||
| Method | newOrganizations | ||
| Description |
The callback for notifications of new organizations. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | organizationIds | the Ids of the new organizations | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedOrganizations | ||
| Description |
The callback for notifications of updated organizations. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | organizationIds | the Ids of the updated organizations | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedOrganizations | ||
| Description |
the callback for notification of deleted organizations. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | organizationIds | the Ids of the deleted organizations | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedChildOfOrganizations | ||
| Description |
The callback for notifications of changes to children of organization hierarchy nodes. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | organizationIds | the Ids of the Organizations whose children have
changed | |
| Compliance | mandatory | This method must be implemented. | |