OSID Logo
OSID Specifications
rules check package
Version 3.0.0
Release Candidate Preview
Interfaceosid.rules.check.AgendaReceiver
Implementsosid.OsidReceiver
Description

The agenda receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Agenda objects.

MethodnewAgendas
Description

The callback for notifications of new agendas.

Parametersosid.id.IdListagendaIdsthe Ids of the new Agendas
CompliancemandatoryThis method must be implemented.
MethodchangedAgendas
Description

The callback for notification of updated agendas.

Parametersosid.id.IdListagendaIdsthe Ids of the updated Agendas
CompliancemandatoryThis method must be implemented.
MethoddeletedAgendas
Description

The callback for notification of deleted agendas.

Parametersosid.id.IdListagendaIdsthe Ids of the deleted Agendas
CompliancemandatoryThis method must be implemented.