OSID Logo
OSID Specifications
resourcing package
Version 3.1.0
Interfaceosid.resourcing.CommissionReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewCommissions
Description

The callback for notifications of new commissions.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcommissionIds the Ids of the new Commissions
Compliancemandatory This method must be implemented.
MethodchangedCommissions
Description

The callback for notification of updated commissions.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcommissionIds the Ids of the updated Commissions
Compliancemandatory This method must be implemented.
MethoddeletedCommissions
Description

The callback for notification of deleted commissions.

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