OSID Logo
OSID Specifications
authorization package
Version 3.1.0
Interfaceosid.authorization.FunctionReceiver
Implementsosid.OsidReceiver
Description

The function receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Functions.

Like all OsidReceivers, notifications are delivered to FunctionReceiver serially and a receiver method is not invoked again until any previous invocation has returned.

MethodnewFunctions
Description

The callback for notifications of new functions.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListfunctionIds the Id of the new Functions
Compliancemandatory This method must be implemented.
MethodchangedFunctions
Description

The callback for notification of updated functions.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListfunctionIds the Id of the updated Functions
Compliancemandatory This method must be implemented.
MethoddeletedFunctions
Description

The callback for notification of deleted functions.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListfunctionIds the Id of the deleted Functions
Compliancemandatory This method must be implemented.