OSID Logo
OSID Specifications
resourcing package
Version 3.1.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.IdnotificationId the notification Id
osid.id.IdListeffortIds the Ids of the new Efforts
Compliancemandatory This method must be implemented.
MethodchangedEfforts
Description

The callback for notification of updated efforts.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListeffortIds the Ids of the updated Efforts
Compliancemandatory This method must be implemented.
MethoddeletedEfforts
Description

The callback for notification of deleted efforts.

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