OSID Logo
OSID Specifications
personnel package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListappointmentIds the Ids of the new appointments
Compliancemandatory This method must be implemented.
MethodchangedAppointments
Description

The callback for notifications of updated appointments.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListappointmentIds the Ids of the updated appointments
Compliancemandatory This method must be implemented.
MethoddeletedAppointments
Description

the callback for notification of deleted appointments.

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