| Interface | osid.learning.ObjectiveSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Description | 
                 
  | ||
| Method | searchAmongObjectives | ||
| Description | 
                     Execute this search among the given list of objectives.  | ||
| Parameters | osid.id.IdList | objectiveIds | list of objectives | 
| Errors | NULL_ARGUMENT |  objectiveIds  is  null   |                 |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderObjectiveResults | ||
| Description | 
                     Specify an ordering to the search results.  | ||
| Parameters | osid.learning.ObjectiveSearchOrder | objectiveSearchOrder | objective search order | 
| Errors | NULL_ARGUMENT |  objectiveSearchOrder  is  null   |                 |
| UNSUPPORTED |  objectiveSearchOrder  is not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getObjectiveSearchRecord | ||
| Description | 
                     Gets the objective search record corresponding to the 
                    given objective search record   | ||
| Parameters | osid.type.Type | objectiveSearchRecordType | an objective search record type | 
| Return | osid.learning.records.ObjectiveSearchRecord | the objective search record | |
| Errors | NULL_ARGUMENT |  objectiveSearchRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasSearchRecordType(objectiveSearchRecordType)  is  
false   |                 ||
| Compliance | mandatory | This method must be implemented. | |