OSID Logo
OSID Specifications
resource package
Version 3.1.0
Interfaceosid.resource.ResourceReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewResources
Description

The callback for notifications of new resources.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListresourceIds the Ids of the new Resources
Compliancemandatory This method must be implemented.
MethodchangedResources
Description

The callback for notification of updated resources.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListresourceIds the Ids of the updated Resources
Compliancemandatory This method must be implemented.
MethoddeletedResources
Description

the callback for notification of deleted resources.

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