OSID Logo
OSID Specifications
resourcing package
Version 3.0.0
Release Candidate Preview
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.IdListjobIdsthe Ids of the new Jobs
CompliancemandatoryThis method must be implemented.
MethodchangedJobs
Description

The callback for notification of updated jobs.

Parametersosid.id.IdListjobIdsthe Ids of the updated Jobs
CompliancemandatoryThis method must be implemented.
MethoddeletedJobs
Description

The callback for notification of deleted jobs.

Parametersosid.id.IdListjobIdsthe Ids of the deleted Jobs
CompliancemandatoryThis method must be implemented.