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.IdList | officeIds | the Ids of the new Offices |
Compliance | mandatory | This method must be implemented. | |
Method | newAncestorOffice | ||
Description |
The callback for notifications of new office ancestors. | ||
Parameters | osid.id.Id | officeId | the Id of the Office |
osid.id.Id | ancestorId | the Id of the new Office ancestor | |
Compliance | mandatory | This method must be implemented. | |
Method | newDescendantOffice | ||
Description |
The callback for notifications of new office descendants. | ||
Parameters | osid.id.Id | officeId | the Id of the Office |
osid.id.Id | descendantId | the Id of the new Office descendant | |
Compliance | mandatory | This method must be implemented. | |
Method | changedOffices | ||
Description |
The callback for notification of updated office. | ||
Parameters | 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.IdList | officeIds | the Ids of the deleted Offices |
Compliance | mandatory | This method must be implemented. | |
Method | deletedAncestorOffice | ||
Description |
The callback for notifications of deleted office ancestors. | ||
Parameters | osid.id.Id | officeId | the Id of the Office |
osid.id.Id | ancestorId | the Id of the removed Office ancestor | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedDescendantOffice | ||
Description |
The callback for notifications of deleted office descendants. | ||
Parameters | osid.id.Id | officeId | the Id of the Office |
osid.id.Id | descendantId | the Id of the removed Office descendant | |
Compliance | mandatory | This method must be implemented. | |
Method | restructuredOfficeHierarchy | ||
Description |
The callback for notifications of changes to an office hierarchy where the hierarchy needs to refreshed. | ||
Compliance | mandatory | This method must be implemented. |