| Interface | osid.resourcing.CommissionSearchResults | ||
|---|---|---|---|
| Implements | osid.OsidSearchResults | ||
| Description |
This interface provides a means to capture results of a search. | ||
| Method | getCommissions | ||
| Description |
Gets the commission list resulting from a search. | ||
| Return | osid.resourcing.CommissionList | the commission list | |
| Errors | ILLEGAL_STATE | list already retrieved | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCommissionQueryInspector | ||
| Description |
Gets the inspector for the query to examine the terms used in the search. | ||
| Return | osid.resourcing.CommissionQueryInspector | the commission query inspector | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCommissionSearchResultsRecord | ||
| Description |
Gets the commission search results record corresponding
to the given commission search record | ||
| Parameters | osid.type.Type | commissionSearchRecordType | a commission search record type |
| Return | osid.resourcing.records.CommissionSearchResultsRecord | the commission search results record | |
| Errors | NULL_ARGUMENT | commissionSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(commissionSearchRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |