| Interface | osid.installation.InstallationSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Description |
| ||
| Method | searchAmongInstallations | ||
| Description |
Execute this search among the given list of installations. | ||
| Parameters | osid.id.IdList | installationIds | list of installations |
| Errors | NULL_ARGUMENT | installationIds is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderInstallationResults | ||
| Description |
Specify an ordering to the search results. | ||
| Parameters | osid.installation.InstallationSearchOrder | installationSearchOrder | installation search order |
| Errors | NULL_ARGUMENT | installationSearchOrder is null | |
| UNSUPPORTED | installationSearchOrder is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getInstallationSearchRecord | ||
| Description |
Gets the installation search record corresponding to
the given installation search record | ||
| Parameters | osid.type.Type | installationSearchRecordType | an installation search record type |
| Return | osid.installation.records.InstallationSearchRecord | the installation search record | |
| Errors | NULL_ARGUMENT | installationSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(installationSearchRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |