| Interface | osid.room.construction.ProjectSearchSession | ||
|---|---|---|---|
| Implements | osid.room.construction.ProjectQuerySession | ||
| Description | This session provides methods for searching     Projects may have a query record indicated by their 
                respective record types. The query record is accessed via the 
                 | ||
| Method | getProjectSearch | ||
| Description | Gets a project search. | ||
| Return | osid.room.construction.ProjectSearch | the project search | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProjectSearchOrder | ||
| Description | Gets a project search order. The  | ||
| Return | osid.room.construction.ProjectSearchOrder | the project search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProjectsBySearch | ||
| Description | Gets the search results matching the given search. | ||
| Parameters | osid.room.construction.ProjectQuery | projectQuery | the project query | 
| osid.room.construction.ProjectSearch | projectSearch | the project search | |
| Return | osid.room.construction.ProjectSearchResults | the project search results | |
| Errors | NULL_ARGUMENT |  projectQuery or projectSearch is null 
 | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED |  projectQuery or projectSearch is not of this 
service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getProjectQueryFromInspector | ||
| Description | Gets a project query from an inspector. The inspector 
                    is available from a  | ||
| Parameters | osid.room.construction.ProjectQueryInspector | projectQueryInspector | a query inspector | 
| Return | osid.room.construction.ProjectQuery | the project query | |
| Errors | NULL_ARGUMENT |  projectQueryInspector is null  | |
| UNSUPPORTED |  projectQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |