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

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

MethodnewJobConstrainers
Description

The callback for notifications of new job constrainers.

Parametersosid.id.IdListjobConstrainerIdsthe Ids of the new JobConstrainers
CompliancemandatoryThis method must be implemented.
MethodchangedJobConstrainers
Description

The callback for notification of updated job constrainers.

Parametersosid.id.IdListjobConstrainerIdsthe Ids of the updated JobConstrainers
CompliancemandatoryThis method must be implemented.
MethoddeletedJobConstrainers
Description

The callback for notification of deleted job constrainers.

Parametersosid.id.IdListjobConstrainerIdsthe Ids of the deleted JobConstrainers
CompliancemandatoryThis method must be implemented.