OSID Logo
OSID Specifications
provisioning package
Version 3.1.0
Interfaceosid.provisioning.RequestTransactionReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewRequestTransactions
Description

The callback for notifications of new request transactions.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListrequestTransactionIds the Ids of the new RequestTransactions
Compliancemandatory This method must be implemented.
MethodchangedRequestTransactions
Description

The callback for notification of updated request transactions.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListrequestTransactionIds the Ids of the updated RequestTransactions
Compliancemandatory This method must be implemented.
MethoddeletedRequestTransactions
Description

The callback for notification of deleted request transactions.

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