OSID Logo
OSID Specifications
resourcing package
Version 3.0.0
Release Candidate Preview
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.IdListcommissionIdsthe Ids of the new Commissions
CompliancemandatoryThis method must be implemented.
MethodchangedCommissions
Description

The callback for notification of updated commissions.

Parametersosid.id.IdListcommissionIdsthe Ids of the updated Commissions
CompliancemandatoryThis method must be implemented.
MethoddeletedCommissions
Description

The callback for notification of deleted commissions.

Parametersosid.id.IdListcommissionIdsthe Ids of the deleted Commissions
CompliancemandatoryThis method must be implemented.