Interface | osid.learning.ProficiencySearch | ||
---|---|---|---|
Implements | osid.OsidSearch | ||
Description |
The search interface for governing proficiency searches. | ||
Method | searchAmongProficiencies | ||
Description |
Execute this search among the given list of proficiencies. | ||
Parameters | osid.id.IdList | proficiencyIds | list of proficiencies |
Errors | NULL_ARGUMENT | proficiencyIds is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderProficiencyResults | ||
Description |
Specify an ordering to the search results. | ||
Parameters | osid.learning.ProficiencySearchOrder | proficiencySearchOrder | proficiency search order |
Errors | NULL_ARGUMENT | proficiencySearchOrder is null | |
UNSUPPORTED | proficiencySearchOrder is not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getProficiencySearchRecord | ||
Description |
Gets the proficiency search record corresponding to the
given proficiency search record | ||
Parameters | osid.type.Type | proficiencySearchRecordType | a proficiency search record type |
Return | osid.learning.records.ProficiencySearchRecord | the proficiency search record | |
Errors | NULL_ARGUMENT | proficiencySearchRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(proficiencySearchRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |