| Interface | osid.personnel.PositionReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The position receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted positions. | ||
| Method | newPositions | ||
| Description |
The callback for notifications of new positions. | ||
| Parameters | osid.id.IdList | positionIds | the Ids of the new positions |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedPositions | ||
| Description |
The callback for notifications of updated positions. | ||
| Parameters | osid.id.IdList | positionIds | the Ids of the updated positions |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedPositions | ||
| Description |
the callback for notification of deleted positions. | ||
| Parameters | osid.id.IdList | positionIds | the Ids of the deleted positions |
| Compliance | mandatory | This method must be implemented. | |