OSID Logo
OSID Specifications
personnel package
Version 3.0.0
Interfaceosid.personnel.PersonReceiver
Implementsosid.OsidReceiver
Description

The person receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted persons.

MethodnewPersons
Description

The callback for notifications of new persons.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListpersonIdsthe Ids of the new persons
CompliancemandatoryThis method must be implemented.
MethodchangedPersons
Description

The callback for notifications of updated persons.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListpersonIdsthe Ids of the updated persons
CompliancemandatoryThis method must be implemented.
MethoddeletedPersons
Description

the callback for notification of deleted persons.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListpersonIdsthe Ids of the deleted persons
CompliancemandatoryThis method must be implemented.