OSID Logo
OSID Specifications
provisioning package
Version 3.0.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.IdnotificationIdthe notification Id
osid.id.IdListrequestTransactionIdsthe Ids of the new RequestTransactions
CompliancemandatoryThis method must be implemented.
MethodchangedRequestTransactions
Description

The callback for notification of updated request transactions.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListrequestTransactionIdsthe Ids of the updated RequestTransactions
CompliancemandatoryThis method must be implemented.
MethoddeletedRequestTransactions
Description

The callback for notification of deleted request transactions.

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