| Interface | osid.configuration.ParameterSearchSession | ||
|---|---|---|---|
| Implements | osid.configuration.ParameterQuerySession | ||
| Description |
This session provides methods for searching Two views of the configuration data are defined;
| ||
| Method | getParameterSearch | ||
| Description |
Gets a parameter search. | ||
| Return | osid.configuration.ParameterSearch | the parameter search | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getParameterSearchOrder | ||
| Description |
Gets a parameter entry search order. The | ||
| Return | osid.configuration.ParameterSearchOrder | the parameter search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getParametersBySearch | ||
| Description |
Gets a list of | ||
| Parameters | osid.configuration.ParameterQuery | parameterQuery | the parameter query |
osid.configuration.ParameterSearch | parameterSearch | the parameter search | |
| Return | osid.configuration.ParameterSearchResults | the parameter search results | |
| Errors | NULL_ARGUMENT | parameterQuery or parameterSearch is
null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | parameterQuery or parameterSearch is not of
this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getParameterQueryFromInspector | ||
| Description |
Gets a parameter query from an inspector. The inspector
is available from a | ||
| Parameters | osid.configuration.ParameterQueryInspector | parameterQueryInspector | a parameter query inspector |
| Return | osid.configuration.ParameterQuery | the parameter query | |
| Errors | NULL_ARGUMENT | parameterQueryInspector is null | |
| UNSUPPORTED | parameterQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |