Interface | osid.configuration.rules.ParameterProcessorEnablerSearchSession | ||
---|---|---|---|
Implements | osid.configuration.rules.ParameterProcessorEnablerQuerySession | ||
Description |
This session provides methods for searching among This session defines views that offer differing behaviors for searching.
| ||
Method | getParameterProcessorEnablerSearch | ||
Description |
Gets a parameter processor enabler search. | ||
Return | osid.configuration.rules.ParameterProcessorEnablerSearch | the parameter processor enabler search | |
Compliance | mandatory | This method must be implemented. | |
Method | getParameterProcessorEnablerSearchOrder | ||
Description |
Gets a parameter processor enabler search order. The
| ||
Return | osid.configuration.rules.ParameterProcessorEnablerSearchOrder | the parameter processor enabler search order | |
Compliance | mandatory | This method must be implemented. | |
Method | getParameterProcessorEnablersBySearch | ||
Description |
Gets the search results matching the given search query using the given search. | ||
Parameters | osid.configuration.rules.ParameterProcessorEnablerQuery | parameterProcessorEnablerQuery | the parameter processor enabler query |
osid.configuration.rules.ParameterProcessorEnablerSearch | parameterProcessorEnablerSearch | the parameter processor enabler search | |
Return | osid.configuration.rules.ParameterProcessorEnablerSearchResults | the returned search results | |
Errors | NULL_ARGUMENT | parameterProcessorEnablerQuery or
parameterProcessorEnablerSearch is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
UNSUPPORTED | parameterProcessorEnablerQuery or
parameterProcessorEnablerSearch is not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getParameterProcessorEnablerQueryFromInspector | ||
Description |
Gets a parameter processor enabler query from an
inspector. The inspector is available from a | ||
Parameters | osid.configuration.rules.ParameterProcessorEnablerQueryInspector | parameterProcessorEnablerQueryInspector | a parameter processor enabler query inspector |
Return | osid.configuration.rules.ParameterProcessorEnablerQuery | the parameter processor enabler query | |
Errors | NULL_ARGUMENT | parameterProcessorEnablerQueryInspector is null
| |
UNSUPPORTED | parameterProcessorEnablerQueryInspector is not of this
service | ||
Compliance | mandatory | This method must be implemented. |