| Interface | osid.resourcing.CompetencySearchResults | ||
|---|---|---|---|
| Implements | osid.OsidSearchResults | ||
| Description |
This interface provides a means to capture results of a search. | ||
| Method | getCompetencies | ||
| Description |
Gets the competency list resulting from a search. | ||
| Return | osid.resourcing.CompetencyList | the competency list | |
| Errors | ILLEGAL_STATE | list already retrieved | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCompetencyQueryInspector | ||
| Description |
Gets the inspector for the query to examine the terms used in the search. | ||
| Return | osid.resourcing.CompetencyQueryInspector | the competency query inspector | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCompetencySearchResultsRecord | ||
| Description |
Gets the competency search results record corresponding
to the given competency search record | ||
| Parameters | osid.type.Type | competencySearchRecordType | a competency search record type |
| Return | osid.resourcing.records.CompetencySearchResultsRecord | the competency search results record | |
| Errors | NULL_ARGUMENT | competencySearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(competencySearchRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |