Interface | osid.configuration.ValueSearchSession | ||
---|---|---|---|
Implements | osid.configuration.ValueQuerySession | ||
Description |
This session provides methods for searching Two views of the configuration data are defined;
| ||
Method | getValueSearch | ||
Description |
Gets a value search. | ||
Return | osid.configuration.ValueSearch | the value search | |
Compliance | mandatory | This method must be implemented. | |
Method | getValueSearchOrder | ||
Description |
Gets a value search order. The | ||
Return | osid.configuration.ValueSearchOrder | the value search order | |
Compliance | mandatory | This method must be implemented. | |
Method | getValuesBySearch | ||
Description |
Gets a list of | ||
Parameters | osid.configuration.ValueQuery | valueQuery | the value query |
osid.configuration.ValueSearch | valueSearch | the value search | |
Return | osid.configuration.ValueSearchResults | the serach results | |
Errors | NULL_ARGUMENT | valueQuery or valueSearch is null
| |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
UNSUPPORTED | valueQuery or valueSearch is not of this
service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getValueQueryFromInspector | ||
Description |
Gets a value query from an inspector. The inspector is
available from a | ||
Parameters | osid.configuration.ValueQueryInspector | valueQueryInspector | a value query inspector |
Return | osid.configuration.ValueQuery | the value query | |
Errors | NULL_ARGUMENT | valueQueryInspector is null | |
UNSUPPORTED | valueQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |