OSID Logo
OSID Specifications
resource package
Version 3.0.0
Release Candidate Preview
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.IdListresourceIdsthe Ids of the new Resources
CompliancemandatoryThis method must be implemented.
MethodchangedResources
Description

The callback for notification of updated resources.

Parametersosid.id.IdListresourceIdsthe Ids of the updated Resources
CompliancemandatoryThis method must be implemented.
MethoddeletedResources
Description

the callback for notification of deleted resources.

Parametersosid.id.IdListresourceIdsthe Ids of the deleted Resources
CompliancemandatoryThis method must be implemented.