| Interface | osid.installation.DepotQuerySession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description |
This session provides methods for searching among Depots may have a query record indicated by their
respective record types. The query record is accessed via the
| ||
| Method | canSearchDepots | ||
| Description |
Tests if this user can perform | ||
| Return | boolean | false if search methods are not authorized, true
otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDepotQuery | ||
| Description |
Gets a depot query. | ||
| Return | osid.installation.DepotQuery | a depot query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDepotsByQuery | ||
| Description |
Gets a list of | ||
| Parameters | osid.installation.DepotQuery | depotQuery | the depot query |
| Return | osid.installation.DepotList | the returned DepotList | |
| Errors | NULL_ARGUMENT | depotQuery is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | depotQuery is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |