OSID Logo
OSID Specifications
provisioning package
Version 3.1.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.IdnotificationId the notification Id
osid.id.IdListrequestIds the Ids of the new Requests
Compliancemandatory This method must be implemented.
MethodchangedRequests
Description

The callback for notification of updated requests.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListrequestIds the Ids of the updated Requests
Compliancemandatory This method must be implemented.
MethoddeletedRequests
Description

The callback for notification of deleted requests.

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