OSID Logo
OSID Specifications
resourcing rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.resourcing.rules.CommissionEnablerReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewCommissionEnablers
Description

The callback for notifications of new commission enablers.

Parametersosid.id.IdListcommissionEnablerIdsthe Ids of the new CommissionEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedCommissionEnablers
Description

The callback for notification of updated commission enablers.

Parametersosid.id.IdListcommissionEnablerIdsthe Ids of the updated CommissionEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedCommissionEnablers
Description

The callback for notification of deleted commission enablers.

Parametersosid.id.IdListcommissionEnablerIdsthe Ids of the deleted CommissionEnablers
CompliancemandatoryThis method must be implemented.