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

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

MethodnewWorks
Description

The callback for notifications of new works.

Parametersosid.id.IdListworkIdsthe Ids of the new Works
CompliancemandatoryThis method must be implemented.
MethodchangedWorks
Description

The callback for notification of updated works.

Parametersosid.id.IdListworkIdsthe Ids of the updated Works
CompliancemandatoryThis method must be implemented.
MethoddeletedWorks
Description

The callback for notification of deleted works.

Parametersosid.id.IdListworkIdsthe Ids of the deleted Works
CompliancemandatoryThis method must be implemented.