| Interface | osid.room.construction.ProjectSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Description |
The search interface for governing project searches. | ||
| Method | searchAmongProjects | ||
| Description |
Execute this search among the given list of projects. | ||
| Parameters | osid.id.IdList | ProjectIds | list of projects |
| Errors | NULL_ARGUMENT | ProjectIds is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderProjectResults | ||
| Description |
Specify an ordering to the search results. | ||
| Parameters | osid.room.construction.ProjectSearchOrder | projectSearchOrder | project search order |
| Errors | NULL_ARGUMENT | projectSearchOrder is null | |
| UNSUPPORTED | projectSearchOrder is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getProjectSearchRecord | ||
| Description |
Gets the search record corresponding to the given
project search record | ||
| Parameters | osid.type.Type | projectSearchRecordType | a project search record type |
| Return | osid.room.construction.records.ProjectSearchRecord | the project search record | |
| Errors | NULL_ARGUMENT | projectSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(projectSearchRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |