OSID Logo
OSID Specifications
recognition package
Version 3.0.0
Release Candidate Preview
Interfaceosid.recognition.ConferralReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewConferrals
Description

The callback for notifications of new conferrals.

Parametersosid.id.IdListconferralIdsthe Ids of the new conferrals
CompliancemandatoryThis method must be implemented.
MethodchangedConferrals
Description

The callback for notifications of updated conferrals.

Parametersosid.id.IdListconferralIdsthe Ids of the updated conferrals
CompliancemandatoryThis method must be implemented.
MethoddeletedConferrals
Description

the callback for notification of deleted conferrals.

Parametersosid.id.IdListconferralIdsthe Ids of the deleted conferrals
CompliancemandatoryThis method must be implemented.