OSID Logo
OSID Specifications
resourcing rules package
Version 3.1.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.IdnotificationId the notification Id
osid.id.IdListjobConstrainerEnablerIds the Ids of the new JobConstrainerEnablers
Compliancemandatory This method must be implemented.
MethodchangedJobConstrainerEnablers
Description

The callback for notification of updated job constrainer enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListjobConstrainerEnablerIds the Ids of the updated JobConstrainerEnablers
Compliancemandatory This method must be implemented.
MethoddeletedJobConstrainerEnablers
Description

The callback for notification of deleted job constrainer enablers.

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