| Interface | osid.configuration.rules.ValueEnablerSearchSession | ||
|---|---|---|---|
| Implements | osid.configuration.rules.ValueEnablerQuerySession | ||
| Description |
This session provides methods for searching among This session defines views that offer differing behaviors for searching.
| ||
| Method | getValueEnablerSearch | ||
| Description |
Gets a value enabler search. | ||
| Return | osid.configuration.rules.ValueEnablerSearch | the value enabler search | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getValueEnablerSearchOrder | ||
| Description |
Gets a value enabler search order. The | ||
| Return | osid.configuration.rules.ValueEnablerSearchOrder | the value enabler search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getValueEnablersBySearch | ||
| Description |
Gets the search results matching the given search query using the given search. | ||
| Parameters | osid.configuration.rules.ValueEnablerQuery | valueEnablerQuery | the value enabler query |
osid.configuration.rules.ValueEnablerSearch | valueEnablerSearch | the value enabler search | |
| Return | osid.configuration.rules.ValueEnablerSearchResults | the returned search results | |
| Errors | NULL_ARGUMENT | valueEnablerQuery or valueEnablerSearch is
null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | valueEnablerQuery or valueEnablerSearch is
not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getValueEnablerQueryFromInspector | ||
| Description |
Gets a value enabler query from an inspector. The
inspector is available from a | ||
| Parameters | osid.configuration.rules.ValueEnablerQueryInspector | valueEnablerQueryInspector | a value enabler query inspector |
| Return | osid.configuration.rules.ValueEnablerQuery | the value enabler query | |
| Errors | NULL_ARGUMENT | valueEnablerQueryInspector is null | |
| UNSUPPORTED | valueEnablerQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |