OSID Logo
OSID Specifications
resourcing package
Version 3.0.0
Interfaceosid.resourcing.EffortReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewEfforts
Description

The callback for notifications of new efforts.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListeffortIdsthe Ids of the new Efforts
CompliancemandatoryThis method must be implemented.
MethodchangedEfforts
Description

The callback for notification of updated efforts.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListeffortIdsthe Ids of the updated Efforts
CompliancemandatoryThis method must be implemented.
MethoddeletedEfforts
Description

The callback for notification of deleted efforts.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListeffortIdsthe Ids of the deleted Efforts
CompliancemandatoryThis method must be implemented.