| Interface | osid.inquiry.Response | ||
|---|---|---|---|
| Implements | osid.OsidRelationship | ||
| Description |
A | ||
| Method | getInquiryId | ||
| Description |
Gets the inquiry | ||
| Return | osid.id.Id | the inquiry Id | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getInquiry | ||
| Description |
Gets the inquiry. | ||
| Return | osid.inquiry.Inquiry | the inquiry | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getResponderId | ||
| Description |
Gets the responder resource | ||
| Return | osid.id.Id | the resource Id | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getResponder | ||
| Description |
Gets the responder resource. | ||
| Return | osid.resource.Resource | the resource | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRespondingAgentId | ||
| Description |
Gets the responding agent | ||
| Return | osid.id.Id | the agent Id | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRespondingAgent | ||
| Description |
Gets the responding agent. | ||
| Return | osid.authentication.Agent | the agent | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | isAffirmative | ||
| Description |
Tests if this response was affirmative. | ||
| Return | boolean | true if affirmative, false if negative | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getResponseRecord | ||
| Description |
Gets the response record corresponding to the given
| ||
| Parameters | osid.type.Type | responseRecordType | the type of response record to retrieve |
| Return | osid.inquiry.records.ResponseRecord | the response record | |
| Errors | NULL_ARGUMENT | responseRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(responseRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |