| Interface | osid.provisioning.ProvisionReturn | ||
|---|---|---|---|
| Implements | osid.OsidObject | ||
osid.Subjugateable | |||
| Description |
A | ||
| Method | getReturnDate | ||
| Description |
Gets the date returned. The return date is the effective end date of the provision when the return is processed. | ||
| Return | osid.calendaring.DateTime | the date returned | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getReturnerId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the resource Id | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getReturner | ||
| Description |
Gets the returner. | ||
| Return | osid.resource.Resource | the returner | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getReturningAgentId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the resource Id | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getReturningAgent | ||
| Description |
Gets the returning agent. | ||
| Return | osid.authentication.Agent | the agent | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProvisionReturnRecord | ||
| Description |
Gets the provision return record corresponding to the
given | ||
| Parameters | osid.type.Type | provisionReturnRecordType | the type of provision return record to retrieve |
| Return | osid.provisioning.records.ProvisionReturnRecord | the provision return record | |
| Errors | NULL_ARGUMENT | provisionReturnRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(provisionReturnRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |