Interface | osid.personnel.PersonReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The person receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted persons. | ||
Method | newPersons | ||
Description |
The callback for notifications of new persons. | ||
Parameters | osid.id.IdList | personIds | the Ids of the new persons |
Compliance | mandatory | This method must be implemented. | |
Method | changedPersons | ||
Description |
The callback for notifications of updated persons. | ||
Parameters | osid.id.IdList | personIds | the Ids of the updated persons |
Compliance | mandatory | This method must be implemented. | |
Method | deletedPersons | ||
Description |
the callback for notification of deleted persons. | ||
Parameters | osid.id.IdList | personIds | the Ids of the deleted persons |
Compliance | mandatory | This method must be implemented. |