OSID Logo
OSID Specifications
personnel package
Version 3.1.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.IdnotificationId the notification Id
osid.id.IdListpersonIds the Ids of the new persons
Compliancemandatory This method must be implemented.
MethodchangedPersons
Description

The callback for notifications of updated persons.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListpersonIds the Ids of the updated persons
Compliancemandatory This method must be implemented.
MethoddeletedPersons
Description

the callback for notification of deleted persons.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListpersonIds the Ids of the deleted persons
Compliancemandatory This method must be implemented.