| Interface | osid.installation.InstallationPackageSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Used By | osid.installation.InstallationPackageSearchSession | ||
| Description |
| ||
| Method | searchAmongInstallationPackages | ||
| Description |
Execute this search among the given list of packages. | ||
| Parameters | osid.id.IdList | installationPackageIds | list of packages |
| Errors | NULL_ARGUMENT | installationPackageIds is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderInstallationPackageResults | ||
| Description |
Specify an ordering to the search results. | ||
| Parameters | osid.installation.InstallationPackageSearchOrder | installationPackageSearchOrder | package search order |
| Errors | NULL_ARGUMENT | installationPackageSearchOrder is null | |
| UNSUPPORTED | installationPackageSearchOrder is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getInstallationPackageSearchRecord | ||
| Description |
Gets the package search record corresponding to the
given package search record | ||
| Parameters | osid.type.Type | installationPackageSearchRecordType | a package search record type |
| Return | osid.installation.records.InstallationPackageSearchRecord | the package search record | |
| Errors | NULL_ARGUMENT | installationPackageSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(packageSearchRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |