OSID Logo
OSID Specifications
provisioning package
Version 3.0.0
Interfaceosid.provisioning.RequestReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewRequests
Description

The callback for notifications of new requests.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListrequestIdsthe Ids of the new Requests
CompliancemandatoryThis method must be implemented.
MethodchangedRequests
Description

The callback for notification of updated requests.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListrequestIdsthe Ids of the updated Requests
CompliancemandatoryThis method must be implemented.
MethoddeletedRequests
Description

The callback for notification of deleted requests.

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