| 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.IdList | organizationIds | the Ids of the new organizations |
| Compliance | mandatory | This method must be implemented. | |
| Method | newAncestorOrganization | ||
| Description |
The callback for notifications of new ancestors of an organization. | ||
| Parameters | osid.id.Id | organizationId | the Id of the registered Organization |
osid.id.Id | ancestorId | the Id of the new ancestor organization | |
| Compliance | mandatory | This method must be implemented. | |
| Method | newDescendantOrganization | ||
| Description |
The callback for notifications of new descendant of an organization. | ||
| Parameters | osid.id.Id | organizationId | the Id of the registered Organization |
osid.id.Id | descendantId | the Id of the new descendant organization | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedOrganizations | ||
| Description |
The callback for notifications of updated organizations. | ||
| Parameters | 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.IdList | organizationIds | the Ids of the deleted organizations |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedAncestorOrganization | ||
| Description |
The callback for notifications of a deleted ancestor of an organization. | ||
| Parameters | osid.id.Id | organizationId | the Id of the registered Organization |
osid.id.Id | ancestorId | the Id of the new ancestor organization | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedDescendantOrganization | ||
| Description |
The callback for notifications of a deleted descendant of an organization. | ||
| Parameters | osid.id.Id | organizationId | the Id of the registered Organization |
osid.id.Id | descendantId | the Id of the new descendant organization | |
| Compliance | mandatory | This method must be implemented. | |
| Method | restructuredOrganizationHierarchy | ||
| Description |
The callback for notifications of changes to an organization hierarchy where the hierarchy needs to refreshed. | ||
| Compliance | mandatory | This method must be implemented. | |