| Interface | osid.learning.ObjectiveSearchSession | ||
|---|---|---|---|
| Implements | osid.learning.ObjectiveQuerySession | ||
| Description | This session provides methods for searching    This session defines views that offer differing behaviors for searching. 
  Objectives may have a query record indicated by their 
                respective record types. The query record is accessed via the 
                 | ||
| Method | getObjectiveSearch | ||
| Description | Gets an objective search. | ||
| Return | osid.learning.ObjectiveSearch | the objective search | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getObjectiveSearchOrder | ||
| Description | Gets a n objective search order. The  | ||
| Return | osid.learning.ObjectiveSearchOrder | the objective search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getObjectivesBySearch | ||
| Description | Gets the search results matching the given search query using the given search. | ||
| Parameters | osid.learning.ObjectiveQuery | objectiveQuery | the objective search query | 
| osid.learning.ObjectiveSearch | objectiveSearch | the objective search | |
| Return | osid.learning.ObjectiveSearchResults | the returned search results | |
| Errors | NULL_ARGUMENT |  objectiveQuery or objectiveSearch is 
null  | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED |  objectiveSearch or objectiveQuery is not of 
this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getObjectiveQueryFromInspector | ||
| Description | Gets an objective query from an inspector. The 
                    inspector is available from an  | ||
| Parameters | osid.learning.ObjectiveQueryInspector | objectiveQueryInspector | an objective bank query inspector | 
| Return | osid.learning.ObjectiveQuery | the objective query | |
| Errors | NULL_ARGUMENT |  objectiveQueryInspector is null  | |
| UNSUPPORTED |  objectiveQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |