| Interface | osid.configuration.rules.ParameterProcessorQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidProcessorQueryInspector | ||
| Description |
This is the query inspector for examining parameter processor queries. | ||
| Method | getRuledParameterIdTerms | ||
| Description |
Gets the parameter | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledParameterTerms | ||
| Description |
Gets the parameter query terms. | ||
| Return | osid.configuration.ParameterQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getConfigurationIdTerms | ||
| Description |
Gets the configuration | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getConfigurationTerms | ||
| Description |
Gets the configuration query terms. | ||
| Return | osid.configuration.ConfigurationQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getParameterProcessorQueryInspectorRecord | ||
| Description |
Gets the parameter processor query inspector record
corresponding to the given | ||
| Parameters | osid.type.Type | parameterProcessorRecordType | a parameter processor record type |
| Return | osid.configuration.rules.records.ParameterProcessorQueryInspectorRecord | the parameter processor query inspector record | |
| Errors | NULL_ARGUMENT | parameterProcessorRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(parameterProcessorRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |