Interface | osid.configuration.rules.ParameterProcessorEnablerQueryInspector | ||
---|---|---|---|
Implements | osid.OsidEnablerQueryInspector | ||
Description |
This is the query inspector for examining parameter processor enabler queries. | ||
Method | getRuledParameterProcessorIdTerms | ||
Description |
Gets the parameter processor | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRuledParameterProcessorTerms | ||
Description |
Gets the parameter processor query terms. | ||
Return | osid.configuration.rules.ParameterProcessorQueryInspector[] | 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 | getParameterProcessorEnablerQueryInspectorRecord | ||
Description |
Gets the parameter processor enabler query inspector
record corresponding to the given | ||
Parameters | osid.type.Type | parameterProcessorEnablerRecordType | a parameter processor enabler record type |
Return | osid.configuration.rules.records.ParameterProcessorEnablerQueryInspectorRecord | the parameter processor enabler query inspector record | |
Errors | NULL_ARGUMENT | parameterProcessorEnablerRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(parameterProcessorEnablerRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |