OSID Logo
OSID Specifications
resourcing rules package
Version 3.0.0
Interfaceosid.resourcing.rules.JobConstrainerEnablerReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewJobConstrainerEnablers
Description

The callback for notifications of new job constrainer enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListjobConstrainerEnablerIdsthe Ids of the new JobConstrainerEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedJobConstrainerEnablers
Description

The callback for notification of updated job constrainer enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListjobConstrainerEnablerIdsthe Ids of the updated JobConstrainerEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedJobConstrainerEnablers
Description

The callback for notification of deleted job constrainer enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListjobConstrainerEnablerIdsthe Ids of the deleted JobConstrainerEnablers
CompliancemandatoryThis method must be implemented.