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

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

MethodnewAvailabilityEnablers
Description

The callback for notifications of new availability enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListavailabilityEnablerIds the Ids of the new AvailabilityEnablers
Compliancemandatory This method must be implemented.
MethodchangedAvailabilityEnablers
Description

The callback for notification of updated availability enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListavailabilityEnablerIds the Ids of the updated AvailabilityEnablers
Compliancemandatory This method must be implemented.
MethoddeletedAvailabilityEnablers
Description

The callback for notification of deleted availability enablers.

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