Interface | osid.provisioning.RequestReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The request receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
Method | newRequests | ||
Description |
The callback for notifications of new requests. | ||
Parameters | osid.id.IdList | requestIds | the Id of the new Requests |
Compliance | mandatory | This method must be implemented. | |
Method | changedRequests | ||
Description |
The callback for notification of updated requests. | ||
Parameters | osid.id.IdList | requestIds | the Ids of the updated Requests |
Compliance | mandatory | This method must be implemented. | |
Method | deletedRequests | ||
Description |
The callback for notification of deleted requests. | ||
Parameters | osid.id.IdList | requestIds | the Ids of the deleted Requests |
Compliance | mandatory | This method must be implemented. |