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

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

MethodnewJobs
Description

The callback for notifications of new jobs.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListjobIds the Ids of the new Jobs
Compliancemandatory This method must be implemented.
MethodchangedJobs
Description

The callback for notification of updated jobs.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListjobIds the Ids of the updated Jobs
Compliancemandatory This method must be implemented.
MethoddeletedJobs
Description

The callback for notification of deleted jobs.

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