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

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

MethodnewJobProcessorEnablers
Description

The callback for notifications of new job processor enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListjobProcessorEnablerIds the Ids of the new JobProcessorEnablers
Compliancemandatory This method must be implemented.
MethodchangedJobProcessorEnablers
Description

The callback for notification of updated job processor enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListjobProcessorEnablerIds the Ids of the updated JobProcessorEnablers
Compliancemandatory This method must be implemented.
MethoddeletedJobProcessorEnablers
Description

The callback for notification of deleted job processor enablers.

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