| Interface | osid.resourcing.CompetencySearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidObjectSearchOrder | ||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getCompetencySearchOrderRecord | ||
| Description |
Gets the competency search order record corresponding
to the given competency record | ||
| Parameters | osid.type.Type | competencyRecordType | a competency record type |
| Return | osid.resourcing.records.CompetencySearchOrderRecord | the competency search order record | |
| Errors | NULL_ARGUMENT | competencyRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(competencyRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |