| Interface | osid.provisioning.RequestTransaction | ||
|---|---|---|---|
| Implements | osid.OsidRelationship | ||
| Description |
A | ||
| Method | getBrokerId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the broker Id | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBroker | ||
| Description |
Gets the broker. | ||
| Return | osid.provisioning.Broker | the broker | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSubmitDate | ||
| Description |
Gets the date this transaction was submitted. The submitted date may differ from the effective dates of this provision. | ||
| Return | osid.calendaring.DateTime | the transaction submit date | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSubmitterId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the resource Id | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSubmitter | ||
| Description |
Gets the submitter. | ||
| Return | osid.resource.Resource | the resource | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSubmittingAgentId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the agent Id | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSubmittingAgent | ||
| Description |
Gets the submitting agent. | ||
| Return | osid.authentication.Agent | the submitting agent | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRequestIds | ||
| Description |
Gets the | ||
| Return | osid.id.IdList | the request Ids | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRequests | ||
| Description |
Gets the requests. | ||
| Return | osid.provisioning.RequestList | the requests | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRequestTransactionRecord | ||
| Description |
Gets the request transaction record corresponding to
the given | ||
| Parameters | osid.type.Type | requestTransactionRecordType | the type of request transaction record to retrieve |
| Return | osid.provisioning.records.RequestTransactionRecord | the request transaction record | |
| Errors | NULL_ARGUMENT | requestTransactionRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(requestTransactionRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |