| Interface | osid.learning.ObjectiveBankQuerySession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description |
This session provides methods for searching among | ||
| Method | canSearchObjectiveBanks | ||
| 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 | getObjectiveBankQuery | ||
| Description |
Gets an objective bank query. | ||
| Return | osid.learning.ObjectiveBankQuery | an objective bank query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getObjectiveBanksByQuery | ||
| Description |
Gets a list of | ||
| Parameters | osid.learning.ObjectiveBankQuery | objectiveBankQuery | the objective bank query |
| Return | osid.learning.ObjectiveBankList | the returned ObjectiveBankList | |
| Errors | NULL_ARGUMENT | objectiveBankQuery is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | objectiveBankQuery is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |