OSID Logo
OSID Specifications
provisioning package
Version 3.0.0
Release Candidate Preview
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.IdListrequestIdsthe Id of the new Requests
CompliancemandatoryThis method must be implemented.
MethodchangedRequests
Description

The callback for notification of updated requests.

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

The callback for notification of deleted requests.

Parametersosid.id.IdListrequestIdsthe Ids of the deleted Requests
CompliancemandatoryThis method must be implemented.