OSID Logo
OSID Specifications
personnel package
Version 3.0.0
Release Candidate Preview
Interfaceosid.personnel.AppointmentReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewAppointments
Description

The callback for notifications of new appointments.

Parametersosid.id.IdListappointmentIdsthe Ids of the new appointments
CompliancemandatoryThis method must be implemented.
MethodchangedAppointments
Description

The callback for notifications of updated appointments.

Parametersosid.id.IdListappointmentIdsthe Ids of the updated appointments
CompliancemandatoryThis method must be implemented.
MethoddeletedAppointments
Description

the callback for notification of deleted appointments.

Parametersosid.id.IdListappointmentIdsthe Ids of the deleted appointments
CompliancemandatoryThis method must be implemented.