OSID Logo
OSID Specifications
resourcing package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListworkIds the Ids of the new Works
Compliancemandatory This method must be implemented.
MethodchangedWorks
Description

The callback for notification of updated works.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListworkIds the Ids of the updated Works
Compliancemandatory This method must be implemented.
MethoddeletedWorks
Description

The callback for notification of deleted works.

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