| Interface | osid.configuration.ConfigurationQuerySession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description |
This session provides methods for searching among Configurations may have a query record indicated by their
respective record types. The query record is accessed via the
| ||
| Method | canSearchConfigurations | ||
| 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 | getConfigurationQuery | ||
| Description |
Gets a configuration query. | ||
| Return | osid.configuration.ConfigurationQuery | the configuration query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getConfigurationsByQuery | ||
| Description |
Gets a list of | ||
| Parameters | osid.configuration.ConfigurationQuery | configurationQuery | the configuration query |
| Return | osid.configuration.ConfigurationList | the returned ConfigurationList | |
| Errors | NULL_ARGUMENT | configurationQuery is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | configurationQuery is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |